]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc1aaf078d1919ec6cf31570424d49c4225967b7e
tree9bd1acd8f00eee14d5bef98e3005f06cdc3baca7
parentc8d33a0f8fd168ab631e3e138ce232a31b4054be
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