diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-10-16 04:26:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:43:03 -0400 |
commit | dbcb0f19c877df9026b8c1227758d38bd561e9c4 (patch) | |
tree | f58c85976906f42ff44798f514177392d7c48d0f /include/linux | |
parent | d8dc74f212c38407fc9f4367181f8f969b719485 (diff) |
mm/mempolicy.c: cleanups
This patch contains the following cleanups:
- every file should include the headers containing the prototypes for
its global functions
- make the follosing needlessly global functions static:
- migrate_to_node()
- do_mbind()
- sp_alloc()
- mpol_rebind_policy()
[akpm@linux-foundation.org: fix uninitialised var warning]
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mempolicy.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/mempolicy.h b/include/linux/mempolicy.h index 7e9698ec839b..38c04d61ee06 100644 --- a/include/linux/mempolicy.h +++ b/include/linux/mempolicy.h | |||
@@ -144,7 +144,6 @@ struct mempolicy *mpol_shared_policy_lookup(struct shared_policy *sp, | |||
144 | 144 | ||
145 | extern void numa_default_policy(void); | 145 | extern void numa_default_policy(void); |
146 | extern void numa_policy_init(void); | 146 | extern void numa_policy_init(void); |
147 | extern void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *new); | ||
148 | extern void mpol_rebind_task(struct task_struct *tsk, | 147 | extern void mpol_rebind_task(struct task_struct *tsk, |
149 | const nodemask_t *new); | 148 | const nodemask_t *new); |
150 | extern void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new); | 149 | extern void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new); |
@@ -236,11 +235,6 @@ static inline void numa_default_policy(void) | |||
236 | { | 235 | { |
237 | } | 236 | } |
238 | 237 | ||
239 | static inline void mpol_rebind_policy(struct mempolicy *pol, | ||
240 | const nodemask_t *new) | ||
241 | { | ||
242 | } | ||
243 | |||
244 | static inline void mpol_rebind_task(struct task_struct *tsk, | 238 | static inline void mpol_rebind_task(struct task_struct *tsk, |
245 | const nodemask_t *new) | 239 | const nodemask_t *new) |
246 | { | 240 | { |