commit | 72d6cbb533d4309734606027fe083c4edb0aa7aa | [log] [tgz] |
---|---|---|
author | Hyunchul Lee <hyc.lee@gmail.com> | Mon Aug 30 13:27:43 2021 +0900 |
committer | Steve French <stfrench@microsoft.com> | Fri Sep 03 23:29:45 2021 -0500 |
tree | cc59411c0d3dc53e64f21b4b06ccf2ba1d21c090 | |
parent | d475866eeed89cc44ed54e0cd296537a68667b1b [diff] |
ksmbd: smbd: fix dma mapping error in smb_direct_post_send_data Becase smb direct header is mapped and msg->num_sge already is incremented, the decrement should be removed from the condition. Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>