]> git.baikalelectronics.ru Git - kernel.git/commit
NFSv4.1: Exchange ID must use GFP_NOFS allocation mode
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 24 May 2012 20:31:39 +0000 (16:31 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 24 May 2012 20:31:39 +0000 (16:31 -0400)
commit62431b8d3a2be8887d2822c8b723364e59dccbdc
tree54e52fb857211914d7de2b3fe2292929bf41b9d1
parent80329c72c1d6423902a8693eec29ad39aaeb1b1d
NFSv4.1: Exchange ID must use GFP_NOFS allocation mode

Exchange ID can be called in a lease reclaim situation, so it
will deadlock if it then tries to write out dirty NFS pages.

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