On Mon, Oct 07, 2013 at 01:00:05PM -0400, Tejun Heo wrote: > > How are you going to use sysfs from another kernel subsystem? Is this > > for another filesystem, or do you want to use kobjects for some other > > subsystem that doesn't export them using sysfs? > > I was at first trying to convert sysfs interface to not use kobject > but that caused too much disruption and I'm now trying to separate out > the core functionality into a separate filesystem - currently named > kernfs, so sysfs will be a consumer of kernfs translating between > kobject and kernfs interface, and cgroup will be the second user which > replaces its own pseudo filesystem implementation with kernfs.
Ah, that would be nice, if it works out well, I might have to move debugfs over to it also, as the current implementation of it has some major issues. Good luck :) greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/