The patch titled
CPUSETS: add mems to basic usage documentation
has been removed from the -mm tree. Its filename was
cpusets-add-mems-to-basic-usage-documentation.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: CPUSETS: add mems to basic usage documentation
From: Simon Horman <[EMAIL PROTECTED]>
It seems that there must be at least one node in mems and at least one CPU
in cpus in order to be able to assign tasks to a cpuset. This makes sense.
And I think it would also make sense to include a mems setting in the
basic usage section of the documentation.
I also wonder if something logged to dmsg, explaining why a write failed,
would be a good enhancement. I ended up having rummage arround in cpuset.c
in order to work out why my configuration was failing.
Signed-off-by: Simon Horman <[EMAIL PROTECTED]>
Acked-by: Paul Jackson <[EMAIL PROTECTED]>
Cc: Paul Menage <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
Documentation/cpusets.txt | 3 +++
1 file changed, 3 insertions(+)
diff -puN
Documentation/cpusets.txt~cpusets-add-mems-to-basic-usage-documentation
Documentation/cpusets.txt
--- a/Documentation/cpusets.txt~cpusets-add-mems-to-basic-usage-documentation
+++ a/Documentation/cpusets.txt
@@ -557,6 +557,9 @@ Set some flags:
Add some cpus:
# /bin/echo 0-7 > cpus
+Add some mems:
+# /bin/echo 0-7 > mems
+
Now attach your shell to this cpuset:
# /bin/echo $$ > tasks
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
git-ia64.patch
git-net.patch
git-scsi-misc.patch
kdump-kexec-calculate-note-size-at-compile-time.patch
kdump-kexec-calculate-note-size-at-compile-time-update.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html