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.