summaryrefslogtreecommitdiffstats
path: root/include/linux/configfs.h
Commit message (Collapse)AuthorAgeFilesLines
* configfs.h: Remove dead macro definitions.Robert P. J. Day2006-12-121-25/+0
| | | | | | | | Delete the __ATTR-related macro definitions since these are now defined in include/linux/sysfs.h. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
* configfs: Add permission and ownership to configfs objects.Joel Becker2006-02-031-1/+1
| | | | | | | | | | configfs always made item and attribute ownership root.root and permissions based on a umask of 022. Add ->setattr() to allow chown(2)/chmod(2), and persist the changes for the lifetime of the items and attributes. Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
* [PATCH] configfs: User-driven configuration filesystemJoel Becker2006-01-031-0/+205
Configfs, a file system for userspace-driven kernel object configuration. The OCFS2 stack makes extensive use of this for propagation of cluster configuration information into kernel. Signed-off-by: Joel Becker <joel.becker@oracle.com>
OpenPOWER on IntegriCloud