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/journal.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'fs/ubifs/journal.c') diff --git a/fs/ubifs/journal.c b/fs/ubifs/journal.c index 2f438ab2e7a2..bc75e9dfab92 100644 --- a/fs/ubifs/journal.c +++ b/fs/ubifs/journal.c @@ -1267,7 +1267,6 @@ out_free: return err; } -#ifdef CONFIG_UBIFS_FS_XATTR /** * ubifs_jnl_delete_xattr - delete an extended attribute. @@ -1462,4 +1461,3 @@ out_free: return err; } -#endif /* CONFIG_UBIFS_FS_XATTR */ -- cgit v1.2.3-59-g8ed1b