ubifs: remove obsolete CONFIG_UBIFS_FS_XATTR symbol
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 May 2014 20:34:03 +0000 (20:34 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 May 2014 20:34:03 +0000 (20:34 +0000)
commit573162508cb0c24ac092ed937f7519918878760c
tree788be8c24595aecfb53fdb3b06bf6af6196ff4e7
parenta142a0318e5e6e6ef4175c0ff98e8bcad11ecc62
ubifs: remove obsolete CONFIG_UBIFS_FS_XATTR symbol

550-ubifs-symlink-xattr-support.patch contains a reference to the
by now obsolete config symbol CONFIG_UBIFS_FS_XATTR which leads to
the functionality originally added by the patch in r30794 being
left-out during compile since commit 1bdcc63112a0
("UBIFS: remove xattr Kconnfig option") in v3.5.
Fix this by removing the #ifdef from all affected kernels as XATTR
support is now always enabled for UBIFS as well.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40864 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/generic/patches-3.10/550-ubifs-symlink-xattr-support.patch
target/linux/generic/patches-3.12/550-ubifs-symlink-xattr-support.patch
target/linux/generic/patches-3.13/550-ubifs-symlink-xattr-support.patch
target/linux/generic/patches-3.14/550-ubifs-symlink-xattr-support.patch
target/linux/generic/patches-3.6/550-ubifs-symlink-xattr-support.patch
target/linux/generic/patches-3.8/550-ubifs-symlink-xattr-support.patch
target/linux/generic/patches-3.9/550-ubifs-symlink-xattr-support.patch