git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc7f99c
)
NFS: Prevent another deadlock in nfs_release_page()
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 19 Mar 2010 17:55:17 +0000
(13:55 -0400)
committer
Trond 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