NFSv4.1/pnfs: Remove redundant wakeup in pnfs_send_layoutreturn()
authorTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 4 Aug 2015 21:18:10 +0000 (17:18 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 12 Aug 2015 18:56:19 +0000 (14:56 -0400)
commit58830550f009c5f60f702c9d3021f8c3be0012b0
tree53168be3bfd573cc14a78c8c86355e391ba344b4
parente1c06f80dcca54cd323d1b98eb385a2c05c6e06b
NFSv4.1/pnfs: Remove redundant wakeup in pnfs_send_layoutreturn()

pnfs_clear_layoutreturn_waitbit() should already be calling
rpc_wake_up(&NFS_SERVER(ino)->roc_rpcwaitq) for us.

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