commit | b608b283a962caaa280756bc8563016a71712acf | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Jul 30 15:31:54 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Jul 30 15:38:42 2010 -0400 |
tree | 217a745ab305219fab676d4a215c1a709004bd57 | |
parent | 674b2222920012244ca59978b356b25412a8dcc7 [diff] |
NFS: kswapd must not block in nfs_release_page 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