提交 3842b46d 编写于 作者: D David Rientjes 提交者: Linus Torvalds

mempolicy: small header file cleanup

Removes forward definition of vm_area_struct in linux/mempolicy.h.  We already
get it from the linux/slab.h -> linux/gfp.h include.

Removes the unused mpol_set_vma_default() macro from linux/mempolicy.h.

Removes the extern definition of default_policy since it is only referenced,
as it should be, in mm/mempolicy.c.

Cc: Paul Jackson <pj@sgi.com>
Cc: Christoph Lameter <clameter@sgi.com>
Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: NDavid Rientjes <rientjes@google.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 37012946
...@@ -52,7 +52,6 @@ enum { ...@@ -52,7 +52,6 @@ enum {
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/nodemask.h> #include <linux/nodemask.h>
struct vm_area_struct;
struct mm_struct; struct mm_struct;
#ifdef CONFIG_NUMA #ifdef CONFIG_NUMA
...@@ -131,10 +130,6 @@ static inline int mpol_equal(struct mempolicy *a, struct mempolicy *b) ...@@ -131,10 +130,6 @@ static inline int mpol_equal(struct mempolicy *a, struct mempolicy *b)
return __mpol_equal(a, b); return __mpol_equal(a, b);
} }
/* Could later add inheritance of the process policy here. */
#define mpol_set_vma_default(vma) ((vma)->vm_policy = NULL)
/* /*
* Tree of shared policies for a shared memory region. * Tree of shared policies for a shared memory region.
* Maintain the policies in a pseudo mm that contains vmas. The vmas * Maintain the policies in a pseudo mm that contains vmas. The vmas
...@@ -170,7 +165,6 @@ extern void mpol_rebind_task(struct task_struct *tsk, ...@@ -170,7 +165,6 @@ extern void mpol_rebind_task(struct task_struct *tsk,
extern void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new); extern void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new);
extern void mpol_fix_fork_child_flag(struct task_struct *p); extern void mpol_fix_fork_child_flag(struct task_struct *p);
extern struct mempolicy default_policy;
extern struct zonelist *huge_zonelist(struct vm_area_struct *vma, extern struct zonelist *huge_zonelist(struct vm_area_struct *vma,
unsigned long addr, gfp_t gfp_flags, unsigned long addr, gfp_t gfp_flags,
struct mempolicy **mpol, nodemask_t **nodemask); struct mempolicy **mpol, nodemask_t **nodemask);
...@@ -196,8 +190,6 @@ static inline int mpol_equal(struct mempolicy *a, struct mempolicy *b) ...@@ -196,8 +190,6 @@ static inline int mpol_equal(struct mempolicy *a, struct mempolicy *b)
return 1; return 1;
} }
#define mpol_set_vma_default(vma) do {} while(0)
static inline void mpol_free(struct mempolicy *p) static inline void mpol_free(struct mempolicy *p)
{ {
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册