]> git.baikalelectronics.ru Git - kernel.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)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 20 Apr 2017 18:12:57 +0000 (14:12 -0400)
commitbcfcbf4202e4453deb703e94f8ca4f51fe3c4e1e
treecfbba83b6c0fdf93c8612e60fb4b10a5f427e28a
parentf949ed29f4873c18c1376808fef36ad3fbedcb76
NFSv4: Fix a hang in OPEN related to server reboot

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: 02b1f3e6c0b2a ("NFSv4.1: Close callback races for OPEN, LAYOUTGET...")
Cc: stable@vger.kernel.org # v4.8+
fs/nfs/nfs4proc.c