commit | d812e575822a2b7ab1a7cadae2571505ec6ec2bd | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Mar 19 13:55:17 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Mar 19 13:55:17 2010 -0400 |
tree | b94dad3a91d968a7851b65ce9f3f4960d9d99d6b | |
parent | fc7f99cf36ebae853639dabb43bc2f0098c59aef [diff] |
NFS: Prevent another deadlock in nfs_release_page() 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