Commit 637d5c9a36bcb2b101401d52191ff3c7580f9068

Authored by Phillip Lougher
1 parent a02956e4cc

Squashfs: Make XATTR config name consistent with other file systems

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>

Showing 3 changed files with 3 additions and 3 deletions Side-by-side Diff

... ... @@ -26,7 +26,7 @@
26 26  
27 27 If unsure, say N.
28 28  
29   -config SQUASHFS_XATTRS
  29 +config SQUASHFS_XATTR
30 30 bool "Squashfs XATTR support"
31 31 depends on SQUASHFS
32 32 default n
fs/squashfs/Makefile
... ... @@ -5,5 +5,5 @@
5 5 obj-$(CONFIG_SQUASHFS) += squashfs.o
6 6 squashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o
7 7 squashfs-y += namei.o super.o symlink.o zlib_wrapper.o decompressor.o
8   -squashfs-$(CONFIG_SQUASHFS_XATTRS) += xattr.o xattr_id.o
  8 +squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o
... ... @@ -21,7 +21,7 @@
21 21 * xattr.h
22 22 */
23 23  
24   -#ifdef CONFIG_SQUASHFS_XATTRS
  24 +#ifdef CONFIG_SQUASHFS_XATTR
25 25 extern __le64 *squashfs_read_xattr_id_table(struct super_block *, u64,
26 26 u64 *, int *);
27 27 extern int squashfs_xattr_lookup(struct super_block *, unsigned int, int *,