diff options
author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2020-03-22 21:47:38 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2020-03-27 23:34:35 +0300 |
commit | c84bea59449aaa699a0600a50f59d441cc1d4501 (patch) | |
tree | daa357737ebf2288418db7d7271b67b02c43450b /include/linux/nfs_xdr.h | |
parent | 9c455a8c1e146dac3a6d1405fe6a7096177b9546 (diff) | |
download | linux-c84bea59449aaa699a0600a50f59d441cc1d4501.tar.xz |
NFS/pNFS: Simplify bucket layout segment reference counting
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index adbbeae9ce5b..7bbb1f6fc1b1 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -1265,8 +1265,7 @@ struct nfstime4 { struct pnfs_commit_bucket { struct list_head written; struct list_head committing; - struct pnfs_layout_segment *wlseg; - struct pnfs_layout_segment *clseg; + struct pnfs_layout_segment *lseg; struct nfs_writeverf direct_verf; }; |