commit | d7fdcfe0aaaf6dffca6fa857bab374182fe7ca8b | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Sat Feb 21 15:39:54 2009 -0800 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Wed Mar 18 17:38:38 2009 -0400 |
tree | f53688b2496a98da148297972b4e27318810ec89 | |
parent | 18f82731b7784ba81ee9b1ed6a8179b577fa898b [diff] |
nfsd4: put_nfs4_client does not require state lock Since free_client() is guaranteed to only be called once, and to only touch the client structure itself (not any common data structures), it has no need for the state lock. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Cc: Alexandros Batsakis <batsakis@netapp.com>