ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx
authorYan, Zheng <zyan@redhat.com>
Sun, 26 May 2019 07:35:39 +0000 (15:35 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 8 Jul 2019 12:01:42 +0000 (14:01 +0200)
commit5c31e92dffb94c955fff2867a56aac68e63c286d
treede9562db2704587b0d4538b840bf0b90eed0ed3a
parent057297812d1aa0163665532a3e80bf718d6a69d0
ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx

Also rename ceph_release_acls_info() to ceph_release_acl_sec_ctx().
And move their definitions to different files. This is preparation
for security label support.

Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/acl.c
fs/ceph/dir.c
fs/ceph/file.c
fs/ceph/super.h
fs/ceph/xattr.c