lockd: move lockd's grace period handling into its own module
Currently, all of the grace period handling is part of lockd. Eventually though we'd like to be able to build v4-only servers, at which point we'll need to put all of this elsewhere. Move the code itself into fs/nfs_common and have it build a grace.ko module. Then, rejigger the Kconfig options so that both nfsd and lockd enable it automatically. Signed-off-by: Jeff Layton <jlayton@primarydata.com>
This commit is contained in:
committed by
J. Bruce Fields
parent
f0c63124a6
commit
f779002965
@@ -233,9 +233,13 @@ if NETWORK_FILESYSTEMS
|
||||
source "fs/nfs/Kconfig"
|
||||
source "fs/nfsd/Kconfig"
|
||||
|
||||
config GRACE_PERIOD
|
||||
tristate
|
||||
|
||||
config LOCKD
|
||||
tristate
|
||||
depends on FILE_LOCKING
|
||||
select GRACE_PERIOD
|
||||
|
||||
config LOCKD_V4
|
||||
bool
|
||||
@@ -249,7 +253,7 @@ config NFS_ACL_SUPPORT
|
||||
|
||||
config NFS_COMMON
|
||||
bool
|
||||
depends on NFSD || NFS_FS
|
||||
depends on NFSD || NFS_FS || LOCKD
|
||||
default y
|
||||
|
||||
source "net/sunrpc/Kconfig"
|
||||
|
||||
Reference in New Issue
Block a user