commit | 8fb47a4fbf858a164e973b8ea8ef5e83e61f2e50 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Wed Jul 20 20:21:59 2011 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Jul 20 20:23:19 2011 -0400 |
tree | d3b55fbce0e7ba5708a55b91b1ab4079ad192db6 | |
parent | c46556c6be057da79f51b1a8325ec4c27938bd49 [diff] |
locks: rename lock-manager ops Both the filesystem and the lock manager can associate operations with a lock. Confusingly, one of them (fl_release_private) actually has the same name in both operation structures. It would save some confusion to give the lock-manager ops different names. Signed-off-by: J. Bruce Fields <bfields@redhat.com>