lkml.org 
[lkml]   [2007]   [Sep]   [30]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
FromMariusz Kozlowski <>
Subject[PATCH] kernel/fork.c: remove unneeded variable initialization in copy_process()
DateSun, 30 Sep 2007 12:26:02 +0200
This initialization of is not needed so just remove it.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>

 kernel/fork.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.23-rc8-mm2-a/kernel/fork.c	2007-09-27 11:31:23.000000000 +0200
+++ linux-2.6.23-rc8-mm2-b/kernel/fork.c	2007-09-30 11:26:12.000000000 +0200
@@ -981,7 +981,7 @@ static struct task_struct *copy_process(
 					struct pid *pid)
 {
 	int retval;
-	struct task_struct *p = NULL;
+	struct task_struct *p;
 	int cgroup_callbacks_done = 0;

 	if ((clone_flags & (CLONE_NEWNS|CLONE_FS)) == (CLONE_NEWNS|CLONE_FS))
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2007-09-30 12:29    [from the cache]
©2003-2008