From: Gerrit Renker Date: Sat, 23 Aug 2008 11:28:27 +0000 (+0200) Subject: dccp: Toggle debug output without module unloading X-Git-Tag: v2.6.28-rc1~717^2~305^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=432649916b0435b608fb3e1fcb97347ac294d38d;p=pandora-kernel.git dccp: Toggle debug output without module unloading This sets the sysfs permissions so that root can toggle the `debug' parameter available for nearly every DCCP module. This is useful since there are various module inter-dependencies. The debug flag can now be toggled at runtime using echo 1 > /sys/module/dccp/parameters/dccp_debug echo 1 > /sys/module/dccp_ccid2/parameters/ccid2_debug echo 1 > /sys/module/dccp_ccid3/parameters/ccid3_debug echo 1 > /sys/module/dccp_tfrc_lib/parameters/tfrc_debug The last is not very useful yet, since no code at the moment calls the tfrc_debug() macro. Signed-off-by: Gerrit Renker --- Reading git-diff-tree failed