Home
last modified time | relevance | path

Searched hist:"398 c35f4d78410725e154c2fc0a51ecac05a3f1f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ntfs3/
H A Dxattr.cdiff 398c35f4d78410725e154c2fc0a51ecac05a3f1f Wed Sep 22 10:33:38 CDT 2021 Konstantin Komarov <almaz.alexandrovich@paragon-software.com> fs/ntfs3: Pass flags to ntfs_set_ea in ntfs_set_acl_ex

In case of removing of xattr there must be XATTR_REPLACE flag and
zero length. We already check XATTR_REPLACE in ntfs_set_ea, so
now we pass XATTR_REPLACE to ntfs_set_ea.

Reviewed-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>