Re: [2.6 patch] make kernel/sched.c:account_guest_time() static

2007-10-24 Thread Ingo Molnar
* Adrian Bunk <[EMAIL PROTECTED]> wrote: > > btw., how about adding your 'check static functions' scripts to the > > kernel, via a "make checkstatic" pass or something like that? That > > way people could check this for themselves and could avoid letting > > them into the kernel. > > It is no

Re: [2.6 patch] make kernel/sched.c:account_guest_time() static

2007-10-24 Thread Adrian Bunk
On Wed, Oct 24, 2007 at 06:50:27PM +0200, Ingo Molnar wrote: > > * Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > account_guest_time() can become static. > > thanks, applied. > > btw., how about adding your 'check static functions' scripts to the > kernel, via a "make checkstatic" pass or someth

Re: [2.6 patch] make kernel/sched.c:account_guest_time() static

2007-10-24 Thread Ingo Molnar
* Adrian Bunk <[EMAIL PROTECTED]> wrote: > account_guest_time() can become static. thanks, applied. btw., how about adding your 'check static functions' scripts to the kernel, via a "make checkstatic" pass or something like that? That way people could check this for themselves and could avoid

[2.6 patch] make kernel/sched.c:account_guest_time() static

2007-10-24 Thread Adrian Bunk
account_guest_time() can become static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 2779ceb45e015ce32451d20c3724a8ad2cd26462 diff --git a/kernel/sched.c b/kernel/sched.c index 2810e56..c306a4a 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -3336,7 +3336,7 @@ void account_user_time(st