NFS: Prevent another deadlock in nfs_release_page()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 19 Mar 2010 17:55:17 +0000 (13:55 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 19 Mar 2010 17:55:17 +0000 (13:55 -0400)
We should not attempt to free the page if __GFP_FS is not set. Otherwise we
can deadlock as per

  http://bugzilla.kernel.org/show_bug.cgi?id=15578

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: stable@kernel.org

No differences found