The patch titled Subject: Documentation/filesystems/proc.txt: add guest_nice column to example output of `cat /proc/stat' has been removed from the -mm tree. Its filename was doc-add-guest_nice-column-to-example-output-of-cat-proc-stat.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Tobias Klauser <tklauser@xxxxxxxxxx> Subject: Documentation/filesystems/proc.txt: add guest_nice column to example output of `cat /proc/stat' Commit ce0e7b28fb75cb00 ("sched, cpuacct: Fix niced guest time accounting") added the guest_nice column to /proc/stat, but the example output of `cat /proc/stat' in Documentation/filesystems/proc.txt wasn't updated accordingly. Do so now. Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx> Cc: Ryota Ozaki <ozaki.ryota@xxxxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/filesystems/proc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN Documentation/filesystems/proc.txt~doc-add-guest_nice-column-to-example-output-of-cat-proc-stat Documentation/filesystems/proc.txt --- a/Documentation/filesystems/proc.txt~doc-add-guest_nice-column-to-example-output-of-cat-proc-stat +++ a/Documentation/filesystems/proc.txt @@ -1260,9 +1260,9 @@ Various pieces of information about since the system first booted. For a quick look, simply cat the file: > cat /proc/stat - cpu 2255 34 2290 22625563 6290 127 456 0 0 - cpu0 1132 34 1441 11311718 3675 127 438 0 0 - cpu1 1123 0 849 11313845 2614 0 18 0 0 + cpu 2255 34 2290 22625563 6290 127 456 0 0 0 + cpu0 1132 34 1441 11311718 3675 127 438 0 0 0 + cpu1 1123 0 849 11313845 2614 0 18 0 0 0 intr 114930548 113199788 3 0 5 263 0 4 [... lots more numbers ...] ctxt 1990473 btime 1062191376 _ Patches currently in -mm which might be from tklauser@xxxxxxxxxx are linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html