Thread (62 messages) 62 messages, 7 authors, 2008-10-01

Re: [PATCH 30/30] nfs: fix various memory recursions possible with swap over NFS.

From: KOSAKI Motohiro <hidden>
Date: 2008-07-25 10:48:19
Also in: linux-mm, lkml

GFP_NOFS is not enough, since swap traffic is IO, hence fall back to GFP_NOIO.
this comment imply turn on GFP_NOIO, but the code is s/NOFS/NOIO/. why?


 struct nfs_write_data *nfs_commitdata_alloc(void)
 {
-	struct nfs_write_data *p = kmem_cache_alloc(nfs_wdata_cachep, GFP_NOFS);
+	struct nfs_write_data *p = kmem_cache_alloc(nfs_wdata_cachep, GFP_NOIO);


Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help