Re: [2.6 patch] kernel/cpuset.c: make 3 functions static

2008-02-14 Thread Paul Jackson
Adrian wrote: > This patch makes the following needlessly global functions static: > - cpuset_test_cpumask() > - cpuset_change_cpumask() > - cpuset_do_move_task() Thanks. Signed-off-by: Paul Jackson <[EMAIL PROTECTED]> -- I won't rest till it's the best ... P

[2.6 patch] kernel/cpuset.c: make 3 functions static

2008-02-13 Thread Adrian Bunk
This patch makes the following needlessly global functions static: - cpuset_test_cpumask() - cpuset_change_cpumask() - cpuset_do_move_task() Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- kernel/cpuset.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) 581c9289db3ce36232a9