Re: [RFC][PATCH 4 of 4] Configfs is really sysfs

2005-08-30 Thread Daniel Phillips
(without kmail bugs this time) A kernel code example that uses the modified configfs to define a simple configuration interface. Note the use of kobjects and ksets instead of config_items and config_groups. Also notice how much code is required to get a simple value from userspace to kernel

[RFC][PATCH 4 of 4] Configfs is really sysfs

2005-08-30 Thread Daniel Phillips
A kernel code example that uses the modified configfs to define a simple configuration interface. Note the use of kobjects and ksets instead of config_items and config_groups. Also notice how much code is required to get a simple value from userspace to kernel space. This is a big problem that

[RFC][PATCH 4 of 4] Configfs is really sysfs

2005-08-30 Thread Daniel Phillips
A kernel code example that uses the modified configfs to define a simple configuration interface. Note the use of kobjects and ksets instead of config_items and config_groups. Also notice how much code is required to get a simple value from userspace to kernel space. This is a big problem that

Re: [RFC][PATCH 4 of 4] Configfs is really sysfs

2005-08-30 Thread Daniel Phillips
(without kmail bugs this time) A kernel code example that uses the modified configfs to define a simple configuration interface. Note the use of kobjects and ksets instead of config_items and config_groups. Also notice how much code is required to get a simple value from userspace to kernel