Searched hist:de54845290cee3f65dcd03b35a2bd7f2f7aed2ac (Results 1 – 4 of 4) sorted by relevance
/linux/fs/smb/client/ |
H A D | cifs_unicode.h | diff de54845290cee3f65dcd03b35a2bd7f2f7aed2ac Thu Aug 17 02:22:31 CEST 2023 Dr. David Alan Gilbert <linux@treblig.org> fs/smb/client: Use common code in client
Now we've got the common code, use it for the client as well. Note there's a change here where we're using the server version of UniStrcat now which had different types (__le16 vs wchar_t) but it's not interpreting the value other than checking for 0, however we do need casts to keep sparse happy.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Reviewed-by: Dave Kleikamp <dave.kleikamp@oracle.com> Signed-off-by: Steve French <stfrench@microsoft.com>
|
H A D | Kconfig | diff de54845290cee3f65dcd03b35a2bd7f2f7aed2ac Thu Aug 17 02:22:31 CEST 2023 Dr. David Alan Gilbert <linux@treblig.org> fs/smb/client: Use common code in client
Now we've got the common code, use it for the client as well. Note there's a change here where we're using the server version of UniStrcat now which had different types (__le16 vs wchar_t) but it's not interpreting the value other than checking for 0, however we do need casts to keep sparse happy.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Reviewed-by: Dave Kleikamp <dave.kleikamp@oracle.com> Signed-off-by: Steve French <stfrench@microsoft.com>
|
H A D | cifs_unicode.c | diff de54845290cee3f65dcd03b35a2bd7f2f7aed2ac Thu Aug 17 02:22:31 CEST 2023 Dr. David Alan Gilbert <linux@treblig.org> fs/smb/client: Use common code in client
Now we've got the common code, use it for the client as well. Note there's a change here where we're using the server version of UniStrcat now which had different types (__le16 vs wchar_t) but it's not interpreting the value other than checking for 0, however we do need casts to keep sparse happy.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Reviewed-by: Dave Kleikamp <dave.kleikamp@oracle.com> Signed-off-by: Steve French <stfrench@microsoft.com>
|
H A D | smb2pdu.c | diff de54845290cee3f65dcd03b35a2bd7f2f7aed2ac Thu Aug 17 02:22:31 CEST 2023 Dr. David Alan Gilbert <linux@treblig.org> fs/smb/client: Use common code in client
Now we've got the common code, use it for the client as well. Note there's a change here where we're using the server version of UniStrcat now which had different types (__le16 vs wchar_t) but it's not interpreting the value other than checking for 0, however we do need casts to keep sparse happy.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Reviewed-by: Dave Kleikamp <dave.kleikamp@oracle.com> Signed-off-by: Steve French <stfrench@microsoft.com>
|