commit | 4739f2328661d070f93f9bcc8afb2a82706c826d | [log] [tgz] |
---|---|---|
author | Long Li <longli@microsoft.com> | Mon Apr 15 14:49:17 2019 -0700 |
committer | Steve French <stfrench@microsoft.com> | Tue May 07 23:24:55 2019 -0500 |
tree | 17b12780ba55f25a866e414fda77d0410b606694 | |
parent | 46e6661963fb5d55952b550f0716bda22e10f1ae [diff] |
cifs: smbd: take an array of reqeusts when sending upper layer data To support compounding, __smb_send_rqst() now sends an array of requests to the transport layer. Change smbd_send() to take an array of requests, and send them in as few packets as possible. Signed-off-by: Long Li <longli@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com> CC: Stable <stable@vger.kernel.org>