From 1bdcc63112a0fe10030abee6ad71aaecd091e68e Mon Sep 17 00:00:00 2001 From: Subodh Nijsure Date: Sat, 14 Apr 2012 09:09:57 -0700 Subject: UBIFS: remove xattr Kconnfig option Remove CONFIG_UBIFS_FS_XATTR configuration option and associated UBIFS_FS_XATTR ifdefs. Testing: Tested using integck while using nandsim on x86 & MX28 based platform with Micron MT29F2G08ABAEAH4 nand. Signed-off-by: Subodh Nijsure Signed-off-by: Artem Bityutskiy --- fs/ubifs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fs/ubifs/Makefile') diff --git a/fs/ubifs/Makefile b/fs/ubifs/Makefile index 80e93c35e496..4878614d06f9 100644 --- a/fs/ubifs/Makefile +++ b/fs/ubifs/Makefile @@ -3,7 +3,6 @@ obj-$(CONFIG_UBIFS_FS) += ubifs.o ubifs-y += shrinker.o journal.o file.o dir.o super.o sb.o io.o ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o ubifs-y += budget.o find.o tnc_commit.o compress.o lpt.o lprops.o -ubifs-y += recovery.o ioctl.o lpt_commit.o tnc_misc.o +ubifs-y += recovery.o ioctl.o lpt_commit.o tnc_misc.o xattr.o ubifs-$(CONFIG_UBIFS_FS_DEBUG) += debug.o -ubifs-$(CONFIG_UBIFS_FS_XATTR) += xattr.o -- cgit v1.2.3