aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/flexfilelayout
diff options
context:
space:
mode:
authorJeff Layton <jlayton@poochiereds.net>2015-07-10 15:59:26 -0400
committerTrond Myklebust <trond.myklebust@primarydata.com>2015-08-17 13:25:03 -0500
commitce603281468cf1be0a70a45fdaef761db134b900 (patch)
tree3bc930d1eee25ec757a626aa8b9a40125a5cfddf /fs/nfs/flexfilelayout
parentpnfs: move common blocklayout XDR defintions to nfs4.h (diff)
downloadlinux-dev-ce603281468cf1be0a70a45fdaef761db134b900.tar.xz
linux-dev-ce603281468cf1be0a70a45fdaef761db134b900.zip
nfs: remove some dead code in ff_layout_pg_get_mirror_count_write
We already know that pg_lseg is NULL here. Signed-off-by: Jeff Layton <jeff.layton@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/flexfilelayout')
-rw-r--r--fs/nfs/flexfilelayout/flexfilelayout.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfs/flexfilelayout/flexfilelayout.c b/fs/nfs/flexfilelayout/flexfilelayout.c
index 2a93bec7e6dd..13fe64b4e259 100644
--- a/fs/nfs/flexfilelayout/flexfilelayout.c
+++ b/fs/nfs/flexfilelayout/flexfilelayout.c
@@ -730,8 +730,6 @@ ff_layout_pg_get_mirror_count_write(struct nfs_pageio_descriptor *pgio,
return FF_LAYOUT_MIRROR_COUNT(pgio->pg_lseg);
/* no lseg means that pnfs is not in use, so no mirroring here */
- pnfs_put_lseg(pgio->pg_lseg);
- pgio->pg_lseg = NULL;
nfs_pageio_reset_write_mds(pgio);
return 1;
}