remarkable-linux/fs/sysfs
Tejun Heo 85a4ffad3d sysfs: implement sysfs_open_dirent
Implement sysfs_open_dirent which represents an open file (attribute)
sysfs_dirent.  A file sysfs_dirent with one or more open files have
one sysfs_dirent and all sysfs_buffers (one for each open instance)
are linked to it.

sysfs_open_dirent doesn't actually do anything yet but will be used to
off-load things which are specific for open file sysfs_dirent from it.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-10-12 14:51:11 -07:00
..
bin.c sysfs: make s_elem an anonymous union 2007-10-12 14:51:10 -07:00
dir.c sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dir 2007-10-12 14:51:11 -07:00
file.c sysfs: implement sysfs_open_dirent 2007-10-12 14:51:11 -07:00
group.c sysfs: Remove first pass at shadow directory support 2007-10-12 14:51:03 -07:00
inode.c sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dir 2007-10-12 14:51:11 -07:00
Makefile
mount.c sysfs: make sysfs_root a regular directory dirent 2007-10-12 14:51:11 -07:00
symlink.c sysfs: make s_elem an anonymous union 2007-10-12 14:51:10 -07:00
sysfs.h sysfs: implement sysfs_open_dirent 2007-10-12 14:51:11 -07:00