commit | 3651487607ae778df1051a0a38bb34a5bd34e3b7 | [log] [tgz] |
---|---|---|
author | ChenXiaoSong <chenxiaosong@kylinos.cn> | Thu Aug 22 08:20:55 2024 +0000 |
committer | Steve French <stfrench@microsoft.com> | Sun Sep 15 10:42:44 2024 -0500 |
tree | cf26d998433248e0bb46d3a3a83a8a6db4bed61a | |
parent | 98f7e32f20d28ec452afb208f9cffc08448a2652 [diff] |
smb/client: rename cifs_ntsd to smb_ntsd 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_ntsd/struct smb_ntsd/g' {} + Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn> Reviewed-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>