smb/client: rename cifs_sid to smb_sid
[ Upstream commit 7f599d8f ] 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_sid/struct smb_sid/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