[PATCH] cpuset one more crapectomy

From: Paul Jackson
Date: Sat Oct 01 2005 - 21:08:20 EST


Remove one more useless line from cpuset_common_file_read().

Signed-off-by: Paul Jackson <pj@xxxxxxx>

Index: 2.6.14-rc2-mm2/kernel/cpuset.c
===================================================================
--- 2.6.14-rc2-mm2.orig/kernel/cpuset.c
+++ 2.6.14-rc2-mm2/kernel/cpuset.c
@@ -995,7 +995,6 @@ static ssize_t cpuset_common_file_read(s
goto out;
}
*s++ = '\n';
- *s = '\0';

retval = simple_read_from_buffer(buf, nbytes, ppos, page, s - page);
out:

--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@xxxxxxx> 1.650.933.1373
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/