aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/procfs.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-05-29drop redundant ->owner initializationsAl Viro1-1/+0
it's not needed for file_operations of inodes located on fs defined in the hosting module and for file_operations that go into procfs. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2014-09-17lockd: add a /proc/fs/lockd/nlm_end_grace fileJeff Layton1-0/+92
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>