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:
674b222
)
NFS: kswapd must not block in nfs_release_page
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 30 Jul 2010 19:31:54 +0000
(15:31 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 30 Jul 2010 19:38:42 +0000
(15:38 -0400)
See https://bugzilla.kernel.org/show_bug.cgi?id=16056
If other processes are blocked waiting for kswapd to free up some memory so
that they can make progress, then we cannot allow kswapd to block on those
processes.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: stable@kernel.org
No differences found