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)
commitbbafffd293e47f4cd5f0ae8b91d7d5767b242a5e
tree54e52fb857211914d7de2b3fe2292929bf41b9d1
parenta9e64442f1399e9f6ceaeeeb03a26a560c949fac
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