]> git.baikalelectronics.ru Git - kernel.git/commit
ceph: rely on vfs for setgid stripping
authorYang Xu <xuyang2018.jy@fujitsu.com>
Thu, 14 Jul 2022 06:11:28 +0000 (14:11 +0800)
committerChristian Brauner (Microsoft) <brauner@kernel.org>
Thu, 21 Jul 2022 09:34:16 +0000 (11:34 +0200)
commitf72eed0d81eab287ad6ae5b5e584122c726eff2f
tree94c6360ad37cab925ad180055582ddddc41d1d42
parentb4440e1559528c0dbd9010dadb4de1dc2deebbf5
ceph: rely on vfs for setgid stripping

Now that we finished moving setgid stripping for regular files in setgid
directories into the vfs, individual filesystem don't need to manually
strip the setgid bit anymore. Drop the now unneeded code from ceph.

Link: https://lore.kernel.org/r/1657779088-2242-4-git-send-email-xuyang2018.jy@fujitsu.com
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: Christian Brauner (Microsoft)<brauner@kernel.org>
Reviewed-and-Tested-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
fs/ceph/file.c