public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Removes extra checking kernel/cpuset.c
@ 2008-08-02 16:07 Rakib Mullick
  2008-08-04  0:58 ` Li Zefan
  2008-08-12  3:48 ` Paul Jackson
  0 siblings, 2 replies; 3+ messages in thread
From: Rakib Mullick @ 2008-08-02 16:07 UTC (permalink / raw)
  To: pj, menage; +Cc: linux-kernel

Hello guys,  in 'update_domain_attr' function we can just return if
couldn't update domain attribute , rather then checking dattr and
again checking relax_domain_level of dattr , if not then return.

Signed-off-by: Md.Rakib H. Mullick (rakib.mullick@gmail.com)

--- linux-2.6.26-rc9.orig/kernel/cpuset.c	2008-08-01 08:38:41.000000000 +0600
+++ linux-2.6.26-rc9/kernel/cpuset.c	2008-08-02 20:37:06.000000000 +0600
@@ -490,8 +490,6 @@ static int cpusets_overlap(struct cpuset
 static void
 update_domain_attr(struct sched_domain_attr *dattr, struct cpuset *c)
 {
-	if (!dattr)
-		return;
 	if (dattr->relax_domain_level < c->relax_domain_level)
 		dattr->relax_domain_level = c->relax_domain_level;
 	return;

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-08-12  3:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-02 16:07 [PATCH] Removes extra checking kernel/cpuset.c Rakib Mullick
2008-08-04  0:58 ` Li Zefan
2008-08-12  3:48 ` Paul Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox