diff options
author | David Brownell <david-b@pacbell.net> | 2005-04-17 10:57:20 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-17 10:57:20 -0700 |
commit | 1d4d5b325315f064e8cd4efaefbe50cdda0357c7 (patch) | |
tree | b4a2bc39f9c60a28d965ed2586dc33dd02816392 /drivers | |
parent | a757e64cfa400391041ed7953f0290c34a820c93 (diff) | |
download | linux-1d4d5b325315f064e8cd4efaefbe50cdda0357c7.tar.gz linux-1d4d5b325315f064e8cd4efaefbe50cdda0357c7.tar.xz |
[PATCH] revert fs/char_dev.c CONFIG_BASE_FULL change
This reverts a fs/char_dev.c patch that was merged into BK on March 3.
The problem is that it breaks things ... __register_chrdev_region() has
a block of code, commented "temporary" for over two years now, which
fails rudely during PCMCIA initialization or other register_chrdev()
calls, because it doesn't "degrade to linked list". This keeps whole
subsystems from working.
A real fix to that "temporary" code should be possible, using some better
scheme to allocate major numbers, but it's not something I want to spend
time on just now.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions