All naming policies are moving to userspace. It will not be a kernel
issue.
> Though I guess my original reaction still stands then: I don't
> much want to care about major/minor numbers, so why not just leave
> them out in favor of whatever better solution is the goal? Save
> everyone the intermediate steps!
No, we need the major/minor number to be in driverfs. That way the
userspace program (that's running the naming policy) can look at
driverfs to see what devices are present, what the major/minor number of
the device is, what type of device it is, and then create the /dev node
for the device, based on that information.
We are slowly getting there, and I don't see any intermediate steps
along the way (meaning ones that get ripped out later.)
thanks,
greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/