smb/client: rename cifs_acl to smb_acl
[ Upstream commit 251b93ae ] 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> Stable-dep-of: d413eabf ("fs/smb/client: implement chmod() for SMB3 POSIX Extensions") Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
Please sign in to comment