smb/client: rename cifs_sid to smb_sid
authorChenXiaoSong <chenxiaosong@kylinos.cn>
Thu, 22 Aug 2024 08:20:56 +0000 (08:20 +0000)
committerSteve French <stfrench@microsoft.com>
Sun, 15 Sep 2024 15:42:44 +0000 (10:42 -0500)
commit7f599d8fb3e087aff5be4e1392baaae3f8d42419
tree9c5ece9f246b30794871036efe1715ca66d56853
parent3651487607ae778df1051a0a38bb34a5bd34e3b7
smb/client: rename cifs_sid to smb_sid

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>
fs/smb/client/cifsacl.c
fs/smb/client/cifsacl.h
fs/smb/client/cifsglob.h
fs/smb/client/cifsproto.h
fs/smb/client/smb2inode.c
fs/smb/client/smb2pdu.c
fs/smb/client/smb2pdu.h