You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] configfs: User-driven configuration filesystem
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>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# Makefile for the configfs virtual filesystem
|
||||
#
|
||||
|
||||
obj-$(CONFIG_CONFIGFS_FS) += configfs.o
|
||||
|
||||
configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
|
||||
Reference in New Issue
Block a user