login
Header Space

 
 

[PATCH rc5-mm1] shmem mpol: fix build warning

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrew Morton <akpm@...>
Cc: David Rientjes <rientjes@...>, <linux-kernel@...>
Date: Tuesday, March 11, 2008 - 5:08 pm

Fix #ifndef CONFIG_NUMA build warning on shmem_parse_mpol
arising from mempolicy-support-optional-mode-flags.patch

Signed-off-by: Hugh Dickins <hugh@veritas.com>
---

 mm/shmem.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 2.6.25-rc5-mm1/mm/shmem.c	2008-03-11 14:19:36.000000000 +0000
+++ linux/mm/shmem.c	2008-03-11 16:45:37.000000000 +0000
@@ -1215,7 +1215,7 @@ static struct page *shmem_alloc_page(gfp
 #else /* !CONFIG_NUMA */
 #ifdef CONFIG_TMPFS
 static inline int shmem_parse_mpol(char *value, unsigned short *policy,
-				unsigned short flags, nodemask_t *policy_nodes)
+			unsigned short *mode_flags, nodemask_t *policy_nodes)
 {
 	return 1;
 }
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH rc5-mm1] shmem mpol: fix build warning, Hugh Dickins, (Tue Mar 11, 5:08 pm)
speck-geostationary