Re: [PATCH v2 06/12] smb/client: rename cifs_ntsd to smb_ntsd
From: Namjae Jeon
Date: Thu Aug 22 2024 - 07:57:17 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_ntsd/struct smb_ntsd/g' {} +
>
> Signed-off-by: ChenXiaoSong <chenxiaosong@xxxxxxxxxx>
Looks good to me.
Reviewed-by: Namjae Jeon <linkinjeon@xxxxxxxxxx>
Thanks.