From 763641d81202834e9d64de2019d1edec12868f4f Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Tue, 26 Oct 2010 22:55:40 +0200 Subject: lockd: push lock_flocks down lockd should use lock_flocks() instead of lock_kernel() to lock against posix locks accessing the i_flock list. This is a prerequisite to turning lock_flocks into a spinlock. Signed-off-by: Arnd Bergmann Acked-by: J. Bruce Fields --- fs/nfsd/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/nfsd/Kconfig') diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig index 31a78fc..18b3e89 100644 --- a/fs/nfsd/Kconfig +++ b/fs/nfsd/Kconfig @@ -2,7 +2,6 @@ config NFSD tristate "NFS server support" depends on INET depends on FILE_LOCKING - depends on BKL # fix as soon as lockd is done select LOCKD select SUNRPC select EXPORTFS -- cgit v1.1