Andi Kleen a écrit : > On Tuesday 20 September 2005 11:47, Eric Dumazet wrote: > > > > I would prefer if random code didn't mess with mempolicy internals > like this. Better just call sys_set_mempolicy() > -Andi > > OK but this prior patch seems necessary : - Adds sys_set_mempolicy() in include/linux/syscalls.h Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
--- linux-2.6/include/linux/syscalls.h 2005-09-06 01:20:21.000000000 +0200 +++ linux-2.6-ed/include/linux/syscalls.h 2005-09-20 23:43:07.000000000 +0200 @@ -508,5 +508,7 @@ asmlinkage long sys_ioprio_set(int which, int who, int ioprio); asmlinkage long sys_ioprio_get(int which, int who); +asmlinkage long sys_set_mempolicy(int mode, unsigned long __user *nmask, + unsigned long maxnode); #endif
- Follow-Ups:
- [PATCH 3/3] netfilter : 3 patches to boost ip_tables performance
- From: Eric Dumazet <dada1@cosmosbay.com>
- [PATCH 2/3] netfilter : 3 patches to boost ip_tables performance
- From: Eric Dumazet <dada1@cosmosbay.com>
- [PATCH 1/3] netfilter : 3 patches to boost ip_tables performance
- From: Eric Dumazet <dada1@cosmosbay.com>
- [PATCH 0/3] netfilter : 3 patches to boost ip_tables performance
- From: Eric Dumazet <dada1@cosmosbay.com>
- [PATCH 3/3] netfilter : 3 patches to boost ip_tables performance
- References:
- [PATCH] Adds sys_set_mempolicy() in include/linux/syscalls.h , Re: [PATCH, netfilter] NUMA aware ipv4/netfilter/ip_tables.c
- From: Eric Dumazet <dada1@cosmosbay.com>
- [PATCH] Adds sys_set_mempolicy() in include/linux/syscalls.h , Re: [PATCH, netfilter] NUMA aware ipv4/netfilter/ip_tables.c
- Prev by Date: [PATCH] Adds sys_set_mempolicy() in include/linux/syscalls.h , Re: [PATCH, netfilter] NUMA aware ipv4/netfilter/ip_tables.c
- Next by Date: Re: I request inclusion of reiser4 in the mainline kernel
- Previous by thread: [PATCH] Adds sys_set_mempolicy() in include/linux/syscalls.h , Re: [PATCH, netfilter] NUMA aware ipv4/netfilter/ip_tables.c
- Next by thread: [PATCH 0/3] netfilter : 3 patches to boost ip_tables performance
- Index(es):
