Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce603281 authored by Jeff Layton's avatar Jeff Layton Committed by Trond Myklebust
Browse files

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: default avatarJeff Layton <jeff.layton@primarydata.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 8bb28975
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
}