commit | 662455391040a783b89d0232e743c27c23617dbd | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri May 25 17:18:09 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat May 26 14:17:30 2012 -0400 |
tree | aa1819778ac5005932edcbd844c54e6cab0dc4e5 | |
parent | 2cf047c994c8a62f65e520342d0287fca8807a53 [diff] [blame] |
NFSv4.1: Add DESTROY_CLIENTID Ensure that we destroy our lease on last unmount Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
diff --git a/fs/nfs/client.c b/fs/nfs/client.c index a50bdfb..7d10875 100644 --- a/fs/nfs/client.c +++ b/fs/nfs/client.c
@@ -209,6 +209,7 @@ if (nfs4_has_session(clp)) { nfs4_deviceid_purge_client(clp); nfs4_destroy_session(clp->cl_session); + nfs4_destroy_clientid(clp); } }