]> www.infradead.org Git - mtd-utils.git/commit
mkfs.ubifs: add_xattr is not depending on host XATTR support
authorRitesh Harjani <riteshh@codeaurora.org>
Wed, 6 Jun 2018 09:38:59 +0000 (15:08 +0530)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 14 Jun 2018 07:15:04 +0000 (09:15 +0200)
commit08cc6a2af66e62e3228e17bfa8e8aa918643d06e
tree8766201e6fb49f523186a3bb1c5b37c4464edce0
parent0f833ac73ad631248826386e2918d8571ecf0347
mkfs.ubifs: add_xattr is not depending on host XATTR support

add_xattr adds the xattr to the ubifs image and has nothing
to do with host XATTR support.

Now that we are adding support where selinux interfaces
may use this API even when host OS(where ubi/ubifs image
is being created) does not support XATTR -so remove it
from WITHOUT_XATTR #ifdef.

Signed-off-by: Ritesh Harjani <riteshh@codeaurora.org>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
ubifs-utils/mkfs.ubifs/mkfs.ubifs.c