smb/client: rename cifs_ace to smb_ace
authorChenXiaoSong <chenxiaosong@kylinos.cn>
Thu, 22 Aug 2024 08:20:58 +0000 (08:20 +0000)
committerSteve French <stfrench@microsoft.com>
Sun, 15 Sep 2024 15:42:44 +0000 (10:42 -0500)
commit09bedafc1e2c5c82aad3cbfe1359e2b0bf752f3a
tree3f442f54adf20a604486c08d0f2bd90512a4e635
parent251b93ae73805b216e84ed2190b525f319da4c87
smb/client: rename cifs_ace to smb_ace

Preparation for moving acl definitions to new common header file.

Use the following shell command to rename:

  find fs/smb/client -type f -exec sed -i \
    's/struct cifs_ace/struct smb_ace/g' {} +

Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn>
Reviewed-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsacl.c
fs/smb/client/cifsacl.h
fs/smb/client/cifsglob.h
fs/smb/client/cifsproto.h
fs/smb/client/smb2pdu.c