Well, after things were basically working, we started fixing all the real bugs reported by an updated checkpatch.pl
Any lines that obviously should have been longer than 80 chars were joined back to their proper length, and curly braces were moved to their proper locations. Tabs were all changed to 3 spaces each, we couldn't quite decide on 2 vs 4.
After that was done, we forward ported devfs. Proper disc management code in Linux was long overdue.
Posted Sep 20, 2010 20:06 UTC (Mon) by ummmwhat (guest, #54087)
[Link]
:) LOL
Oracle's "Unbreakable Enterprise Kernel"
Posted Sep 23, 2010 16:53 UTC (Thu) by walex (subscriber, #69836)
[Link]
Nothing to laugh about 'devfs', it still has some crucial advantages over the abomination called 'udev', and as to that, please consider that 'udev' actually relies on something that is equivalent (but badly) to 'devfs', please check the output of 'cat /sys/block/sda/dev' for a laugh on how clever and nasty GKH is.
Oracle's "Unbreakable Enterprise Kernel"
Posted Sep 23, 2010 21:32 UTC (Thu) by zlynx (subscriber, #2285)
[Link]
The device numbers are critical information for creating a device node. It isn't equivalent to devfs at all.
Where devfs got into trouble was the creation and destruction of device nodes and the permissions on the nodes.
There is hardly any advantage to devfs over udev when a daemon has to be running to update device node permissions according to system policy. If you have that daemon it may as well be responsible for creating the nodes too.
Oracle's "Unbreakable Enterprise Kernel"
Posted Sep 23, 2010 22:31 UTC (Thu) by njs (guest, #40338)
[Link]
A picture of Greg with his goggles pushed up! You're right, that is clever.
Oracle's "Unbreakable Enterprise Kernel"
Posted Sep 23, 2010 23:16 UTC (Thu) by bronson (subscriber, #4806)
[Link]