cifs: use stub posix acl handlers
authorChristian Brauner <brauner@kernel.org>
Thu, 22 Sep 2022 15:17:25 +0000 (17:17 +0200)
committerChristian Brauner (Microsoft) <brauner@kernel.org>
Thu, 20 Oct 2022 08:13:32 +0000 (10:13 +0200)
commitc39c07fce78439dfb0665b294753716297389179
tree139c3e4062691157bdc7e580fb8597237d6b0c0a
parent200afb77cde7e51364d4a8b3e176f4797a3b5ec7
cifs: use stub posix acl handlers

Now that cifs supports the get and set acl inode operations and the vfs
has been switched to the new posi api, cifs 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/cifs/cifsproto.h
fs/cifs/cifssmb.c
fs/cifs/xattr.c