Skip to content

Commit

Permalink
Squashfs: Make XATTR config name consistent with other file systems
Browse files Browse the repository at this point in the history
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
  • Loading branch information
Phillip Lougher committed May 31, 2010
1 parent a02956e commit 637d5c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fs/squashfs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fs/squashfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion fs/squashfs/xattr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *,
Expand Down

0 comments on commit 637d5c9

Please sign in to comment.