pNFS: Remove spurious wake up in pnfs_layout_remove_lseg()
authorTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 18 Nov 2016 20:18:52 +0000 (15:18 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 1 Dec 2016 22:21:43 +0000 (17:21 -0500)
commite685d237e60886afd75c918c80d20a3dc2ad27c9
tree9bd1acd8f00eee14d5bef98e3005f06cdc3baca7
parent2a974425e57fb882c93709c6072bf66d04431635
pNFS: Remove spurious wake up in pnfs_layout_remove_lseg()

There is no change to the value of NFS_LAYOUT_RETURN, so we should
not be waking up the RPC call.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/pnfs.c