aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* lockd: fix FILE_LOCKING=n build errorRandy Dunlap2009-05-131-1/+1
| | | | | | | | | | | | | | | | | lockd/svclock.c is missing a header file <linux/fs.h>. <linux/fs.h> is missing a definition of locks_release_private() for the config case of FILE_LOCKING=n, causing a build error: fs/lockd/svclock.c:330: error: implicit declaration of function 'locks_release_private' lockd without FILE_LOCKING doesn't make sense, so make LOCKD and LOCKD_V4 depend on FILE_LOCKING, and make NFS depend on FILE_LOCKING. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Trond Myklebust <trond.myklebust@fys.uio.no> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
* NFS: Permit local filesystem caching to be enabled for NFSDavid Howells2009-04-031-0/+8
| | | | | | | | | | | Permit local filesystem caching to be enabled for NFS in the kernel configuration. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Steve Dickson <steved@redhat.com> Acked-by: Trond Myklebust <Trond.Myklebust@netapp.com> Acked-by: Al Viro <viro@zeniv.linux.org.uk> Tested-by: Daire Byrne <Daire.Byrne@framestore.com>
* fs/Kconfig: move nfs outAlexey Dobriyan2009-01-221-0/+86
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>