]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
NFSv4: Fix a hang in OPEN related to server reboot
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sat, 15 Apr 2017 23:20:01 +0000 (19:20 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 13:46:29 +0000 (15:46 +0200)
commite7ec98b137517bd95ff3a556f822236fde5dd6eb
tree8ca81c36b2012b227c255483e4e250e08a661be2
parentacef1b812507e6eae0ddf4137ee44ddf6d7ffc39
NFSv4: Fix a hang in OPEN related to server reboot

commit 56e0d71ef12f026d96213e45a662bde6bbff4676 upstream.

If the server fails to return the attributes as part of an OPEN
reply, and then reboots, we can end up hanging. The reason is that
the client attempts to send a GETATTR in order to pick up the
missing OPEN call, but fails to release the slot first, causing
reboot recovery to deadlock.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Fixes: 2e80dbe7ac51a ("NFSv4.1: Close callback races for OPEN, LAYOUTGET...")
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/nfs4proc.c