ovl: use stub posix acl handlers
authorChristian Brauner <brauner@kernel.org>
Thu, 22 Sep 2022 15:17:24 +0000 (17:17 +0200)
committerChristian Brauner (Microsoft) <brauner@kernel.org>
Thu, 20 Oct 2022 08:13:32 +0000 (10:13 +0200)
commit200afb77cde7e51364d4a8b3e176f4797a3b5ec7
tree1e5b6caee05a966c39332d400369780b8d48ff0f
parent04af28faae6760514f0302aa9db561e60ee53a20
ovl: use stub posix acl handlers

Now that ovl supports the get and set acl inode operations and the vfs
has been switched to the new posi api, ovl can simply rely on the stub
posix acl handlers. The custom xattr handlers and associated unused
helpers can be removed.

Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
fs/overlayfs/super.c