summaryrefslogtreecommitdiffstats
path: root/fs/nfs_common/grace.c
Commit message (Collapse)AuthorAgeFilesLines
* lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields2015-08-131-2/+21
| | | | | | | | | NLM locks don't conflict with NFSv4 share reservations, so we're not going to learn anything new by watiting for them. They do conflict with NFSv4 locks and with delegations. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
* lockd: move lockd's grace period handling into its own moduleJeff Layton2014-09-171-0/+113
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>