From: Chuck Lever Date: Wed, 15 Feb 2012 21:35:08 +0000 (-0500) Subject: SUNRPC: Use KERN_DEFAULT for debugging printk's X-Git-Tag: v3.4-rc1~123^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb9c2a22d32492544765e798386daa2d9da27d2;p=pandora-kernel.git SUNRPC: Use KERN_DEFAULT for debugging printk's Our dprintk() debugging facility doesn't specify any verbosity level for it's printk() calls, but it should. The default verbosity for printk's is KERN_DEFAULT. You might argue that these are debugging printk's and thus the verbosity should be KERN_DEBUG. That would mean that to see NFS and SUNRPC debugging output an admin would also have to boost the syslog verbosity, which would be insufferably noisy. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed