diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-08-25 00:22:28 +0200 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-08-25 20:40:08 +0200 |
commit | 0b7baf9433d4e0a0c83eecbadc1f035d5370c6dc (patch) | |
tree | 5962d726a042ad15ff90f735e62122db947143c6 /fs/nfs/flexfilelayout/flexfilelayout.h | |
parent | NFSv4.1/flexfiles: Add refcounting to struct nfs4_ff_layout_mirror (diff) | |
download | linux-0b7baf9433d4e0a0c83eecbadc1f035d5370c6dc.tar.xz linux-0b7baf9433d4e0a0c83eecbadc1f035d5370c6dc.zip |
NFSv4.1/flexfiles: Remove mirror backpointer to lseg.
When we start sharing mirrors between several lsegs, we won't be able to
keep it.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/flexfilelayout/flexfilelayout.h')
-rw-r--r-- | fs/nfs/flexfilelayout/flexfilelayout.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/flexfilelayout/flexfilelayout.h b/fs/nfs/flexfilelayout/flexfilelayout.h index 26b8258e256f..fe9d3ff7cf85 100644 --- a/fs/nfs/flexfilelayout/flexfilelayout.h +++ b/fs/nfs/flexfilelayout/flexfilelayout.h @@ -67,7 +67,6 @@ struct nfs4_ff_layoutstat { }; struct nfs4_ff_layout_mirror { - struct pnfs_layout_segment *lseg; /* back pointer */ u32 ds_count; u32 efficiency; struct nfs4_ff_layout_ds *mirror_ds; |