]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0e7cfa18035f5c8972b470ee93a04b171df9e997
treed1063f53f5b19de2575c9007df4054773098f411
parentab0aa24e811067f5d21906a5cb6363f57b660e2a
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