sysfs: remove "last sysfs file:" line from the oops messages
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 12 May 2011 23:01:02 +0000 (16:01 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 May 2011 23:05:51 +0000 (16:05 -0700)
commit82a3242e11d9e63c8195be46c954efaefee35e22
tree9de1ef19dd118963c9b46bebb224e504848eb85e
parenta236c71766a5f69edf189e2eaeb0aa587c8c5684
sysfs: remove "last sysfs file:" line from the oops messages

On some arches (x86, sh, arm, unicore, powerpc) the oops message would
print out the last sysfs file accessed.

This was very useful in finding a number of sysfs and driver core bugs
in the 2.5 and early 2.6 development days, but it has been a number of
years since this file has actually helped in debugging anything that
couldn't also be trivially determined from the stack traceback.

So it's time to delete the line.  This is good as we need all the space
we can get for oops messages at times on consoles.

Acked-by: Phil Carmody <ext-phil.2.carmody@nokia.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/arm/kernel/traps.c
arch/powerpc/kernel/traps.c
arch/sh/kernel/traps_32.c
arch/unicore32/kernel/traps.c
arch/x86/kernel/dumpstack.c
fs/sysfs/file.c
include/linux/sysfs.h