Re: [PATCH v2 08/12] smb/client: rename cifs_acl to smb_acl

From: Namjae Jeon
Date: Thu Aug 22 2024 - 07:55:49 EST


On Thu, Aug 22, 2024 at 5:23 PM <chenxiaosong@xxxxxxxxxxxxxxxx> wrote:
>
> From: ChenXiaoSong <chenxiaosong@xxxxxxxxxx>
>
> 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@xxxxxxxxxx>
Looks good to me.
Reviewed-by: Namjae Jeon <linkinjeon@xxxxxxxxxx>
Thanks.