devfs is not gone
devfs is not gone
Posted Nov 18, 2014 0:23 UTC (Tue) by nix (subscriber, #2304)In reply to: devfs is not gone by zuki
Parent article: The Grumpy Editor's guide to surviving the systemd debate
The constraints:That's not true. udev no longer creates /dev nodes, only symlinks to them: you must use devtmpfs, whereupon the kernel creates them. This is policy, in the kernel.1) No policy in the kernel!
Check.
No coherent rationale that I can see was ever given for removing not only the requirement but even the possibility of creating /dev nodes from udev. Sure, on huge systems you want the kernel to do it, because it does it very fast -- but on normal systems, the extra flexibility seems worthwhile. It did save a few lines of code in udev, I suppose. Should that really be our priority?
