On Mon, 2008-06-09 at 11:03 +0200, Johannes Berg wrote:What's the first one, sysfs..? ioctl (eww..)? I do think they solve different problems, both have their place. IMHO sysfs is forced to do configuration in some situations where it just doesn't fit. Prolly 'coz sysfs have the easy __DEVICE_ATTR kinda macros where as configfs takes more effort to get flying. Not sure I see the argument here, why would you want to change the flag name? If you decide the old name is stupid then can't you just alias the old name to the new one? String handling is always a bit iffy, though it has to be done somewhere, either in kernel or in your "good userspace tool which is scriptable". I'd prefer to have it done once, well, in the kernel and not have to ship more software than necessary. It has all the mkdir stuff I can think of, can you elaborate? It doesn't have the commitable object support but I just have an 'enabled' attribute in there to switch the thing on and off. My main problem with configfs (and I've done a few things with it) is the complexity of the thing, particularly config_group vs config_item vs config_attribute. I'd quite like to see just config_group representing "directory" type objects and attributes representing, well, attributes in the dir. That and a bit of wider use would probably see configfs growing helper macros like those which make sysfs attributes a piece of cake to implement. And the trival problem that, ISTR, failing the make_group method always reports -ENOMEM to userspace, no matter what the actual problem was. I think I had a patch around to pass the error code from make_group back up through to userspace, I wonder what happened to that... --Ben. --
| Greg Kroah-Hartman | [PATCH 006/196] Chinese: add translation of oops-tracing.txt |
| Linus Torvalds | Linux 2.6.21-rc1 |
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Vladislav Bolkhovitin | Re: Integration of SCST in the mainstream Linux kernel |
| Alexey Dobriyan | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Evgeniy Polyakov | Re: [BUG] New Kernel Bugs |
git: | |
