NFSv4: Make NFS clean up byte range locks asynchronously

Currently we fail to do so if the process was signalled.

 Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
Trond Myklebust
2005-10-18 14:20:15 -07:00
parent 0a8838f972
commit faf5f49c2d
5 changed files with 118 additions and 61 deletions

View File

@@ -600,7 +600,7 @@ static struct nfs4_lock_state *nfs4_get_lock_state(struct nfs4_state *state, fl_
* Release reference to lock_state, and free it if we see that
* it is no longer in use
*/
static void nfs4_put_lock_state(struct nfs4_lock_state *lsp)
void nfs4_put_lock_state(struct nfs4_lock_state *lsp)
{
struct nfs4_state *state;