Commit 2e64250
committed
mm/mempolicy: Remove CONFIG_TMPFS from mpol_parse_str in headers
Commit 24993d7 ("mm/numa: Allow override of kernel's default NUMA policy")
removed the #ifdef CONFIG_TMPFS guard from the function definition
for mpol_parse_str, but not for the prototype. This lead to build errors/
warnings should CONFIG_TMPFS be disabled.
Fixes: 24993d7 ("mm/numa: Allow override of kernel's default NUMA policy")
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>1 parent 976d8ab commit 2e64250
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
165 | 163 | | |
166 | | - | |
167 | 164 | | |
168 | 165 | | |
169 | 166 | | |
| |||
0 commit comments