ecryptfs: use stub posix acl handlers
authorChristian Brauner <brauner@kernel.org>
Thu, 22 Sep 2022 15:17:23 +0000 (17:17 +0200)
committerChristian Brauner (Microsoft) <brauner@kernel.org>
Thu, 20 Oct 2022 08:13:31 +0000 (10:13 +0200)
commit04af28faae6760514f0302aa9db561e60ee53a20
tree0aa9412dc409dffbe4e1c2bd320e251912ed872a
parente10796b87e1d1bad593c89c5e8cc2e0992bd1335
ecryptfs: use stub posix acl handlers

Now that ecryptfs supports the get and set acl inode operations and the
vfs has been switched to the new posi api, ecryptfs can simply rely on
the stub posix acl handlers.

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