2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-15 17:14:00 +08:00
linux-next/fs/kernfs
Tejun Heo b8441ed279 sysfs, kernfs: add skeletons for kernfs
Core sysfs implementation will be separated into kernfs so that it can
be used by other non-kobject users.

This patch creates fs/kernfs/ directory and makes boilerplate changes.
kernfs interface will be directly based on sysfs_dirent and its
forward declaration is moved to include/linux/kernfs.h which is
included from include/linux/sysfs.h.  sysfs core implementation will
be gradually separated out and moved to kernfs.

This patch doesn't introduce any functional changes.

v2: mount.c added.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: linux-fsdevel@vger.kernel.org
Cc: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-11-27 13:28:24 -08:00
..
dir.c sysfs, kernfs: add skeletons for kernfs 2013-11-27 13:28:24 -08:00
file.c sysfs, kernfs: add skeletons for kernfs 2013-11-27 13:28:24 -08:00
inode.c sysfs, kernfs: add skeletons for kernfs 2013-11-27 13:28:24 -08:00
Makefile sysfs, kernfs: add skeletons for kernfs 2013-11-27 13:28:24 -08:00
mount.c sysfs, kernfs: add skeletons for kernfs 2013-11-27 13:28:24 -08:00
symlink.c sysfs, kernfs: add skeletons for kernfs 2013-11-27 13:28:24 -08:00