aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/journal.c
diff options
context:
space:
mode:
authorSubodh Nijsure <subodh.nijsure@gmail.com>2012-04-14 09:09:57 -0700
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-05-03 14:11:11 +0300
commit1bdcc63112a0fe10030abee6ad71aaecd091e68e (patch)
tree0fa4760bfed47a315b4d4291438b8865c06fc5c1 /fs/ubifs/journal.c
parentUBIFS: remove douple initialization in change_category() (diff)
downloadlinux-dev-1bdcc63112a0fe10030abee6ad71aaecd091e68e.tar.xz
linux-dev-1bdcc63112a0fe10030abee6ad71aaecd091e68e.zip
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/journal.c')
-rw-r--r--fs/ubifs/journal.c2
1 files changed, 0 insertions, 2 deletions
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 */