mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] rework reserved major handling
Several people have reported failures in dynamic major device number handling due to the recent changes in there to avoid handing out the local/experimental majors. Rolf reports that this is due to a gcc-4.1.0 bug. The patch refactors that code a lot in an attempt to provoke the compiler into behaving. Cc: Rolf Eike Beer <eike-kernel@sf-tec.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
f4fa27c16b
commit
b446b60e4e
4 changed files with 19 additions and 13 deletions
|
@ -87,6 +87,7 @@ static inline unsigned sysv_minor(u32 dev)
|
|||
return dev & 0x3ffff;
|
||||
}
|
||||
|
||||
bool is_lanana_major(unsigned int major);
|
||||
|
||||
#else /* __KERNEL__ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue