[PATCH] Revert ABI-breaking change in /proc
authorMatthew Wilcox <matthew@wil.cx>
Mon, 25 Sep 2006 02:22:52 +0000 (20:22 -0600)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 25 Sep 2006 02:49:01 +0000 (19:49 -0700)
commit8a1cdc9ca264c49ad0b896e43468fe6a4b0b646c
tree406c8b5359c9b96b368924f2d6f1ca1942e5eb3d
parent508df253dbefb0385a629370f4244e3db197d3b8
[PATCH] Revert ABI-breaking change in /proc

Some user tools parse /proc/scsi/scsi, so we can't yet change the names.
Change the existing ones back to their old names, and add an admonition
to not make the same mistake that I did.

Andrew Morton reports that this was breaking YDL 4.1 userspace.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/scsi.c