diff options
author | Subodh Nijsure <subodh.nijsure@gmail.com> | 2012-04-14 09:09:57 -0700 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-05-03 14:11:11 +0300 |
commit | 1bdcc63112a0fe10030abee6ad71aaecd091e68e (patch) | |
tree | 0fa4760bfed47a315b4d4291438b8865c06fc5c1 /fs/ubifs/Makefile | |
parent | 273946a5c507ff5bce12349143470e8629bbe0a7 (diff) | |
download | op-kernel-dev-1bdcc63112a0fe10030abee6ad71aaecd091e68e.zip op-kernel-dev-1bdcc63112a0fe10030abee6ad71aaecd091e68e.tar.gz |
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 <snijsure@grid-net.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'fs/ubifs/Makefile')
-rw-r--r-- | fs/ubifs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ubifs/Makefile b/fs/ubifs/Makefile index 80e93c3..4878614 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 |