diff options
author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2020-03-21 18:13:05 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2020-03-27 23:34:35 +0300 |
commit | 9c455a8c1e146dac3a6d1405fe6a7096177b9546 (patch) | |
tree | 4782333e8245a219abb3139814856c56195d1c6b /include/linux/nfs_xdr.h | |
parent | 0aa647b7369dd29de0789c321111b2e4668c46b2 (diff) | |
download | linux-9c455a8c1e146dac3a6d1405fe6a7096177b9546.tar.xz |
NFS/pNFS: Clean up pNFS commit operations
Move the pNFS commit related operations into a separate structure
that can be carried by the pnfs_ds_commit_info.
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.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 2903597ec88c..adbbeae9ce5b 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -1284,6 +1284,7 @@ struct pnfs_ds_commit_info { struct list_head commits; unsigned int nwritten; unsigned int ncommitting; + const struct pnfs_commit_ops *ops; }; struct nfs41_state_protection { |