]> git.neil.brown.name Git - history.git/commit
[PATCH] large dev_t - second series (5/15)
authorAlexander Viro <viro@www.linux.org.uk>
Fri, 5 Sep 2003 03:53:47 +0000 (20:53 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Fri, 5 Sep 2003 03:53:47 +0000 (20:53 -0700)
commit25a6ca892403f9d5dc2e1ed28db13e31b9fea2d2
tree25b7d011f1e4a488c0b017d97e4a0f08be8dd498
parentfee64f65341a8ce94e5231628d2f3af1882b9e3b
[PATCH] large dev_t - second series (5/15)

cdevname() killed, there was only one remaining user
(tty_paranoia_check()) and in that case cdevname() was worse
than plain major:minor (basically, it's "you've got corrupted
inode that was supposed to belong to tty device; here's what
I'd found in ->i_rdev")
drivers/char/tty_io.c
fs/char_dev.c
include/linux/fs.h
kernel/ksyms.c