NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturn
authorTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 28 Dec 2015 16:27:15 +0000 (11:27 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 28 Dec 2015 18:23:36 +0000 (13:23 -0500)
commit1a093ceb053832c25b92f3cf26b957543c7baf9b
tree9de244cbe2ef16efea4414ac5b0a610d21913bf0
parent762674f86d0328d5dc923c966e209e1ee59663f2
NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturn

Since commit 2d8ae84fbc32, nothing is bumping lo->plh_block_lgets in the
layoutreturn path, so it should not be touched in nfs4_layoutreturn_release
either.

Fixes: 2d8ae84fbc32 ("NFSv4.1/pnfs: Remove redundant lo->plh_block_lgets...")
Cc: stable@vger.kernel.org # 4.3+
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c