commit | 621433b7e25d6d42e5f75bd8c4a62d6c7251511b | [log] [tgz] |
---|---|---|
author | Hyunchul Lee <hyc.lee@gmail.com> | Fri May 27 08:50:54 2022 +0900 |
committer | Steve French <stfrench@microsoft.com> | Fri May 27 21:31:20 2022 -0500 |
tree | 6d9623233bab68ad2d6a16a6187eb88ba3e93d62 | |
parent | 376b9133826865568167b4091ef92a68c4622b87 [diff] |
ksmbd: smbd: relax the count of sges required Remove the condition that the count of sges must be greater than or equal to SMB_DIRECT_MAX_SEND_SGES(8). Because ksmbd needs sges only for SMB direct header, SMB2 transform header, SMB2 response, and optional payload. Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com> Acked-by: Namjae Jeon <linkinjeon@kernel.org> Reviewed-by: Tom Talpey <tom@talpey.com> Signed-off-by: Steve French <stfrench@microsoft.com>