* 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
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
* 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
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
4 matches
Mail list logo