Loading fs/squashfs/Kconfig +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ config SQUASHFS If unsure, say N. config SQUASHFS_XATTRS config SQUASHFS_XATTR bool "Squashfs XATTR support" depends on SQUASHFS default n Loading fs/squashfs/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -5,5 +5,5 @@ obj-$(CONFIG_SQUASHFS) += squashfs.o squashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o squashfs-y += namei.o super.o symlink.o zlib_wrapper.o decompressor.o squashfs-$(CONFIG_SQUASHFS_XATTRS) += xattr.o xattr_id.o squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o fs/squashfs/xattr.h +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ * xattr.h */ #ifdef CONFIG_SQUASHFS_XATTRS #ifdef CONFIG_SQUASHFS_XATTR extern __le64 *squashfs_read_xattr_id_table(struct super_block *, u64, u64 *, int *); extern int squashfs_xattr_lookup(struct super_block *, unsigned int, int *, Loading Loading
fs/squashfs/Kconfig +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ config SQUASHFS If unsure, say N. config SQUASHFS_XATTRS config SQUASHFS_XATTR bool "Squashfs XATTR support" depends on SQUASHFS default n Loading
fs/squashfs/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -5,5 +5,5 @@ obj-$(CONFIG_SQUASHFS) += squashfs.o squashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o squashfs-y += namei.o super.o symlink.o zlib_wrapper.o decompressor.o squashfs-$(CONFIG_SQUASHFS_XATTRS) += xattr.o xattr_id.o squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o
fs/squashfs/xattr.h +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ * xattr.h */ #ifdef CONFIG_SQUASHFS_XATTRS #ifdef CONFIG_SQUASHFS_XATTR extern __le64 *squashfs_read_xattr_id_table(struct super_block *, u64, u64 *, int *); extern int squashfs_xattr_lookup(struct super_block *, unsigned int, int *, Loading