linux/fs/smb
ChenXiaoSong 7f599d8fb3 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>
2024-09-15 10:42:44 -05:00
..
client smb/client: rename cifs_sid to smb_sid 2024-09-15 10:42:44 -05:00
common smb: smb2pdu.h: Use static_assert() to check struct sizes 2024-08-15 16:06:55 -05:00
server ksmbd: Unlock on in ksmbd_tcp_set_interfaces() 2024-08-29 20:28:37 -05:00
Kconfig
Makefile