]> www.infradead.org Git - users/jedix/linux-maple.git/commit
smb/client: rename cifs_acl to smb_acl
authorChenXiaoSong <chenxiaosong@kylinos.cn>
Thu, 22 Aug 2024 08:20:57 +0000 (08:20 +0000)
committerSteve French <stfrench@microsoft.com>
Sun, 15 Sep 2024 15:42:44 +0000 (10:42 -0500)
commit251b93ae73805b216e84ed2190b525f319da4c87
tree49fe69fb213b9df4c871f99175e69d0af042598e
parent7f599d8fb3e087aff5be4e1392baaae3f8d42419
smb/client: rename cifs_acl to smb_acl

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_acl/struct smb_acl/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