Loading fs/Kconfig +2 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,8 @@ source "fs/romfs/Kconfig" source "fs/sysv/Kconfig" source "fs/ufs/Kconfig" source "fs/exofs/Kconfig" endif # MISC_FILESYSTEMS menuconfig NETWORK_FILESYSTEMS Loading fs/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -120,3 +120,4 @@ obj-$(CONFIG_DEBUG_FS) += debugfs/ obj-$(CONFIG_OCFS2_FS) += ocfs2/ obj-$(CONFIG_BTRFS_FS) += btrfs/ obj-$(CONFIG_GFS2_FS) += gfs2/ obj-$(CONFIG_EXOFS_FS) += exofs/ Loading
fs/Kconfig +2 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,8 @@ source "fs/romfs/Kconfig" source "fs/sysv/Kconfig" source "fs/ufs/Kconfig" source "fs/exofs/Kconfig" endif # MISC_FILESYSTEMS menuconfig NETWORK_FILESYSTEMS Loading
fs/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -120,3 +120,4 @@ obj-$(CONFIG_DEBUG_FS) += debugfs/ obj-$(CONFIG_OCFS2_FS) += ocfs2/ obj-$(CONFIG_BTRFS_FS) += btrfs/ obj-$(CONFIG_GFS2_FS) += gfs2/ obj-$(CONFIG_EXOFS_FS) += exofs/