fs/ntfs3: Add system.ntfs_attrib_be extended attribute
authorDaniel Pinto <danielpinto52@gmail.com>
Mon, 10 Oct 2022 11:44:27 +0000 (12:44 +0100)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Sat, 12 Nov 2022 17:59:45 +0000 (20:59 +0300)
commit0d19f3d71394b0b03b8775c958b3354fa2259609
treee6bd18ae9f58928864e57bcee5bd1cda1f426280
parentdc0fcc99b1756c3c703326aa0015ed73fc4e9a73
fs/ntfs3: Add system.ntfs_attrib_be extended attribute

NTFS-3G provides the system.ntfs_attrib_be extended attribute, which
has the same value as system.ntfs_attrib but represented in big-endian.
Some utilities rely on the existence of this extended attribute.

Improves compatibility with NTFS-3G by adding the system.ntfs_attrib_be
extended attribute.

Signed-off-by: Daniel Pinto <danielpinto52@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/xattr.c