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/nfs/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/nfs/Kconfig') diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index fd667652c502..ba306658a6db 100644 --- a/fs/nfs/Kconfig +++ b/fs/nfs/Kconfig @@ -1,7 +1,6 @@ config NFS_FS tristate "NFS client support" depends on INET && FILE_LOCKING - depends on BKL # fix as soon as lockd is done select LOCKD select SUNRPC select NFS_ACL_SUPPORT if NFS_V3_ACL -- cgit