]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUG
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 18 Mar 2012 18:07:42 +0000 (14:07 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 20 Mar 2012 17:08:26 +0000 (13:08 -0400)
commit3115873d48501efdb9deb031422938bd5c34830a
tree5dece1801337b32e9d4ecc03e487a95856b413fa
parent181f0b2ed12bcab81762e8d5888490fa5aef7e48
SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUG

This allows us to turn on/off the dprintk() debugging interfaces for
those distributions that don't ship the 'rpcdebug' utility.
It also allows us to add Kbuild dependencies. Specifically, we already
know that dprintk() in general relies on CONFIG_SYSCTL. Now it turns out
that the NFS dprintks depend on CONFIG_CRC32 after we added support
for the filehandle hash.

Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/Kconfig
fs/nfs/inode.c
fs/nfs/mount_clnt.c
fs/nfs/nfsroot.c
include/linux/nfs_fs.h
include/linux/sunrpc/debug.h
net/sunrpc/Kconfig