summaryrefslogtreecommitdiff
path: root/fs/nfs/flexfilelayout/flexfilelayout.h
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@primarydata.com>2015-08-24 22:22:28 (GMT)
committerTrond Myklebust <trond.myklebust@primarydata.com>2015-08-25 18:40:08 (GMT)
commit0b7baf9433d4e0a0c83eecbadc1f035d5370c6dc (patch)
tree5962d726a042ad15ff90f735e62122db947143c6 /fs/nfs/flexfilelayout/flexfilelayout.h
parent28a0d72c6867af307c000e068a6da93ae98bcd0c (diff)
downloadlinux-0b7baf9433d4e0a0c83eecbadc1f035d5370c6dc.tar.xz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/flexfilelayout/flexfilelayout.h b/fs/nfs/flexfilelayout/flexfilelayout.h
index 26b8258..fe9d3ff 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;