X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fmempolicy.h;h=8460fab9897509f113bc52986398e0f9bba79780;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=f5fdca1d67e6fbab0fc5ff7785b8fec0547be76b;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/include/linux/mempolicy.h b/include/linux/mempolicy.h index f5fdca1d6..8460fab98 100644 --- a/include/linux/mempolicy.h +++ b/include/linux/mempolicy.h @@ -148,7 +148,6 @@ extern void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *new); extern void mpol_rebind_task(struct task_struct *tsk, const 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); #define set_cpuset_being_rebound(x) (cpuset_being_rebound = (x)) #ifdef CONFIG_CPUSET @@ -250,10 +249,6 @@ static inline void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) { } -static inline void mpol_fix_fork_child_flag(struct task_struct *p) -{ -} - #define set_cpuset_being_rebound(x) do {} while (0) static inline struct zonelist *huge_zonelist(struct vm_area_struct *vma,