commit | 8f4b54c53f0d9c67cf922c8a780b8d9075e20e07 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@primarydata.com> | Tue Jul 29 21:34:29 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Jul 31 14:20:20 2014 -0400 |
tree | ea44df538656d87ae1a24ba10c3f9e437caa4d92 | |
parent | 5db1c03feb00a72846927172d81744790e601b97 [diff] |
nfsd: add an operation for unhashing a stateowner Allow stateowners to be unhashed and destroyed when the last reference is put. The unhashing must be idempotent. In a future patch, we'll add some locking around it, but for now it's only protected by the client_mutex. Signed-off-by: Jeff Layton <jlayton@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>