]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functions
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Fri, 22 Oct 2021 15:15:36 +0000 (18:15 +0300)
committerStefan Bader <stefan.bader@canonical.com>
Wed, 10 Aug 2022 07:23:33 +0000 (09:23 +0200)
commit7b546a2f91cf81a023259f6cc14466719665f7c1
treeba0f81230d80c6850004552fe285d6b35aad02d6
parent4a4c238e93f0a3e3f6a247f21d0a0e5370a71cec
fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functions

BugLink: https://bugs.launchpad.net/bugs/1981864
commit 87e21c99bad763524c953ff4d1a61ee19038ddc2 upstream.

Apparently we need to maintain these functions with
ntfs_get_acl_ex and ntfs_set_acl_ex.
This commit fixes xfstest generic/099
Fixes: 95dd8b2c1ed0 ("fs/ntfs3: Remove unnecessary functions")
Reviewed-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
fs/ntfs3/xattr.c