Configfs vs ioctl
Posted Aug 26, 2005 15:50 UTC (Fri) by
farnz (guest, #17727)
In reply to:
Configfs vs ioctl by giraffedata
Parent article:
Configfs - an introduction
That's exactly what you'd do; one case for each ioctl goes into the library, translating the ioctl to a ConfigFS access. This allows you to use ConfigFS instead of ioctl.
I don't understand the language comment; how does the kernel do it now? I thought it got a set of binary values from userspace, which it acted on. This code could be moved into the runtime libraries for all languages that provide ioctl access, converting the binary values into text for ConfigFS, which the kernel would then convert back to the binary values it would have acted on.
Let me emphasise again that this is only what you'd do if you'd already decided to phase out ioctl for ConfigFS. There's no reason why you can't do this change, but lots of reasons why you shouldn't.
(
Log in to post comments)