commit | cb4517201b8acdb5fd5314494aaf86c267f22345 | [log] [tgz] |
---|---|---|
author | Namjae Jeon <linkinjeon@kernel.org> | Wed Nov 03 08:08:44 2021 +0900 |
committer | Steve French <stfrench@microsoft.com> | Thu Nov 11 19:22:58 2021 -0600 |
tree | ae6b4de2868277fe8b40186861d9e1bbc467c6f4 | |
parent | 561a1cf57535154f094f31167a9170197caae686 [diff] |
ksmbd: remove smb2_buf_length in smb2_hdr To move smb2_hdr to smbfs_common, This patch remove smb2_buf_length variable in smb2_hdr. Also, declare smb2_get_msg function to get smb2 request/response from ->request/response_buf. Cc: Ronnie Sahlberg <ronniesahlberg@gmail.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>