[PATCH] convert /proc/devices to use seq_file interface
authorNeil Horman <nhorman@redhat.com>
Sat, 14 Jan 2006 21:20:38 +0000 (13:20 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 15 Jan 2006 02:25:19 +0000 (18:25 -0800)
commit7170be5f586b59bdcdab082778a5d9203ba7b667
tree00d34a062c5bbab83315232078296567037bd3f4
parentfaf3a98918aa5f14a29e0d246e194be58b9357f0
[PATCH] convert /proc/devices to use seq_file interface

A Christoph suggested that the /proc/devices file be converted to use the
seq_file interface.  This patch does that.

I've obxerved one or two installation that had sufficiently large sans that
they overran the 4k limit on /proc/devices.

Signed-off-by: Neil Horman <nhorman@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
block/genhd.c
fs/char_dev.c
fs/proc/proc_misc.c
include/linux/fs.h