commit | df4e8d2c1d2bbbbace706bfe5417320c9e3fbee3 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Mon Mar 05 13:18:59 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Nov 09 00:16:41 2013 -0500 |
tree | 0a56a71e11f39a638be30064411dc6c3363114b6 | |
parent | 617588d5186c887eb94321b021bb5a46f896f4b3 [diff] |
locks: implement delegations Implement NFSv4 delegations at the vfs level using the new FL_DELEG lock type. Note nfsd is the only delegation user and is only using read delegations. Warn on any attempt to set a write delegation for now. We'll come back to that case later. Acked-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>