commit | fc29171f5b3257694bf508cf4ae51970c97af78c | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Thu Nov 29 11:40:40 2012 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Dec 03 09:58:56 2012 -0500 |
tree | 2951cece565ea99f91a1cb6b601f3f905ee1a2de | |
parent | 44e34da60b24ca14666534b61cc9579aa4e1eac5 [diff] |
NFSD: Clean up forgetting locks I use the new "forget_n_state()" function to iterate through each client first when searching for locks. This may slow down forgetting locks a little bit, but it implements most of the code needed to forget a specified client's locks. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>