summaryrefslogtreecommitdiffstats
path: root/fs/kernfs/Makefile
diff options
context:
space:
mode:
authorTejun Heo2013-11-24 15:54:58 +0100
committerGreg Kroah-Hartman2013-11-27 22:28:24 +0100
commitb8441ed279bff09a0a5ddeacf8f4087d2fb424ca (patch)
tree2ed104d72ece4726d8f6fe2a8ebdd3c7a37bba11 /fs/kernfs/Makefile
parentsysfs: make __sysfs_add_one() fail if the parent isn't a directory (diff)
downloadkernel-qcow2-linux-b8441ed279bff09a0a5ddeacf8f4087d2fb424ca.tar.gz
kernel-qcow2-linux-b8441ed279bff09a0a5ddeacf8f4087d2fb424ca.tar.xz
kernel-qcow2-linux-b8441ed279bff09a0a5ddeacf8f4087d2fb424ca.zip
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>
Diffstat (limited to 'fs/kernfs/Makefile')
-rw-r--r--fs/kernfs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/kernfs/Makefile b/fs/kernfs/Makefile
new file mode 100644
index 000000000000..674337c76673
--- /dev/null
+++ b/fs/kernfs/Makefile
@@ -0,0 +1,5 @@
+#
+# Makefile for the kernfs pseudo filesystem
+#
+
+obj-y := mount.o inode.o dir.o file.o symlink.o