NFSv4: Fix another potential state manager deadlock
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Apr 2013 16:56:52 +0000 (12:56 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Apr 2013 17:19:35 +0000 (13:19 -0400)
commitfa332941c0c7c00e3420078268b7558d0ef792b5
treed1063f53f5b19de2575c9007df4054773098f411
parentf05c124a70a4953a66acbd6d6c601ea1eb5d0fa7
NFSv4: Fix another potential state manager deadlock

Don't hold the NFSv4 sequence id while we check for open permission.
The call to ACCESS may block due to reboot recovery.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c