commit | f6a1cc89309f0ae847a9b6fe418d1c4215e5bc55 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Feb 22 17:06:55 2008 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Feb 28 23:17:27 2008 -0800 |
tree | 4f5d585dd901718d66d9c354625f9a0bc85c234d | |
parent | 5d00837b90340af9106dcd93af75fd664c8eb87f [diff] [blame] |
SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queues Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/fs/nfs/client.c b/fs/nfs/client.c index c5c0175..06f064d 100644 --- a/fs/nfs/client.c +++ b/fs/nfs/client.c
@@ -170,6 +170,8 @@ BUG_ON(!RB_EMPTY_ROOT(&clp->cl_state_owners)); if (__test_and_clear_bit(NFS_CS_IDMAP, &clp->cl_res_state)) nfs_idmap_delete(clp); + + rpc_destroy_wait_queue(&clp->cl_rpcwaitq); #endif }