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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Feb 2016 20:30:55 +0000 (12:30 -0800)
commit1f1c9c9befd45d61ff0a91ea78892be03a4087e7
treef7dc5edc75cd085b8c6ab2f72e8c609c7b732e90
parent6abc65624a647f5e27d2dbccff03335f3c28504a
NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturn

commit 1a093ceb053832c25b92f3cf26b957543c7baf9b upstream.

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...")
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/nfs4proc.c