summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@primarydata.com>2016-07-24 12:45:47 -0400
committerTrond Myklebust <trond.myklebust@primarydata.com>2016-07-24 16:16:41 -0400
commitf71dfe8fc947e04a9e3d10723d4ec4c5c44ce0f5 (patch)
tree1549ee274eb1b1b88e5c13f65d9a97302373b87c /fs/nfs/nfs4proc.c
parentd9b61708fe6dcab7b50abfb87cb47690d00269a1 (diff)
downloadop-kernel-dev-f71dfe8fc947e04a9e3d10723d4ec4c5c44ce0f5.zip
op-kernel-dev-f71dfe8fc947e04a9e3d10723d4ec4c5c44ce0f5.tar.gz
pNFS: Remove redundant pnfs_mark_layout_returned_if_empty()
That's already being taken care of in pnfs_layout_remove_lseg(). Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r--fs/nfs/nfs4proc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 8c45351..d38cc5f 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -8128,7 +8128,6 @@ static void nfs4_layoutreturn_release(void *calldata)
spin_lock(&lo->plh_inode->i_lock);
pnfs_mark_matching_lsegs_invalid(lo, &freeme, &lrp->args.range,
be32_to_cpu(lrp->args.stateid.seqid));
- pnfs_mark_layout_returned_if_empty(lo);
if (lrp->res.lrs_present && pnfs_layout_is_valid(lo))
pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
pnfs_clear_layoutreturn_waitbit(lo);
OpenPOWER on IntegriCloud