summaryrefslogtreecommitdiffstats
path: root/fs/lockd/procfs.h
Commit message (Collapse)AuthorAgeFilesLines
* lockd: add a /proc/fs/lockd/nlm_end_grace fileJeff Layton2014-09-171-0/+28
Add a new procfile that will allow a (privileged) userland process to end the NLM grace period early. The basic idea here will be to have sm-notify write to this file, if it sent out no NOTIFY requests when it runs. In that situation, we can generally expect that there will be no reclaim requests so the grace period can be lifted early. Signed-off-by: Jeff Layton <jlayton@primarydata.com>