Cc: Eric W. Biederman <ebiederm@...>, Andrew Morton <akpm@...>, Christian Borntraeger <borntraeger@...>, <linux-mm@...>, <linux-kernel@...>, Martin Schwidefsky <schwidefsky@...>, Theodore Ts'o <tytso@...>
Inline patches preferred ;-)
based on what? -^
called brd.ko.
Perhaps unsigned?
Perhaps even long for rd_size?
Is this, besides for compatibility, really needed?
Err! Overlapping symbols! The rd_nr() function collides with the rd_nr
variable. It also does not seem needed, since it did not exist before.
It should go, you can set the variable with brd.rd_nr=XXX (same
goes for ramdisk_size). What's the point of ramdisk_size2()?
__setup("ramdisk_size=", ramdisk_size); maybe, or does not that work?
-