Configfs - an introduction
Posted Aug 25, 2005 9:51 UTC (Thu) by
farnz (guest, #17727)
In reply to:
Configfs - an introduction by daniel
Parent article:
Configfs - an introduction
In my systems, ioctl(2) is called through glibc, just like any other syscall. The fact that glibc normally passes the data straight through to the kernel is irrelevant; ioctl(2) is normally a library function, not a direct kernel call.
If you want to replace ioctl with ConfigFS, this is the obvious transition plan. If you don't want to do so, then of course the transition plan's a bad idea.
(
Log in to post comments)