diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-02-06 00:50:30 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-02-06 06:16:33 +0300 |
commit | 472e259449819d939b5a5188b6f4c7d59aa4304c (patch) | |
tree | 8ba4fa5bd74f3fccf84ebdea8f63b6c85b921466 /include/linux/nfs_xdr.h | |
parent | ea7c38fef0b774a5dc16fb0ca5935f0ae8568176 (diff) | |
download | linux-472e259449819d939b5a5188b6f4c7d59aa4304c.tar.xz |
NFSv4.1: Pin the inode and super block in asynchronous layoutcommit
If we're sending an asynchronous layoutcommit, then we need to ensure
that the inode and the super block remain pinned.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Reviewed-by: Peng Tao <tao.peng@primarydata.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 2c35e2affa6f..bb0d56f737e0 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -285,6 +285,7 @@ struct nfs4_layoutcommit_data { struct nfs_fattr fattr; struct list_head lseg_list; struct rpc_cred *cred; + struct inode *inode; struct nfs4_layoutcommit_args args; struct nfs4_layoutcommit_res res; }; |