Re: [PATCH] cpuset and sched domains: sched_load_balance flag

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Paul Jackson <pj@...>
Cc: Andrew Morton <akpm@...>, <nickpiggin@...>, Paul Menage <menage@...>, <linux-kernel@...>, Dinakar Guniguntala <dino@...>, <cpw@...>, Ingo Molnar <mingo@...>
Date: Tuesday, October 2, 2007 - 4:22 pm

On Sun, 30 Sep 2007 03:44:03 -0700 Paul Jackson wrote:

...

Are there some attributions missing, else S-O-B ?




inline ?

...

That's not kernel style.  Use either (Andrew would say the second one):

	q = csa = doms = NULL;

or
	q = NULL;
	csa = NULL;
	doms = NULL;

...


Don't need the conditional: kfree(NULL) is OK.


---
~Randy
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] cpuset and sched domains: sched_load_balance flag, Randy Dunlap, (Tue Oct 2, 4:22 pm)
[PATCH] cpuset decrustify update and validate masks, Paul Jackson, (Sun Sep 30, 6:44 am)