commit | f7790029655f79cdcee4fa7c7884e0c2795ebebe | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@primarydata.com> | Fri Sep 12 16:40:20 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Sep 17 16:33:11 2014 -0400 |
tree | 9181503273f1355a506a7658ec0115c20c2047d0 | |
parent | f0c63124a6165792f6e37e4b5983792d009e1ce8 [diff] |
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>