commit | 044b541c11fdb7f51e5177a32ab99aae43b285ef | [log] [tgz] |
---|---|---|
author | Long Li <longli@microsoft.com> | Tue Mar 31 20:59:23 2020 -0700 |
committer | Steve French <stfrench@microsoft.com> | Tue Apr 07 12:41:16 2020 -0500 |
tree | 5a319c2ff933c3b7905751ff4522f4830bd07abd | |
parent | f1b7b862bf79dc9bf29dd59654c5d765b572411e [diff] |
cifs: smbd: Do not schedule work to send immediate packet on every receive Immediate packets should only be sent to peer when there are new receive credits made available. New credits show up on freeing receive buffer, not on receiving data. Fix this by avoid unnenecessary work schedules. Signed-off-by: Long Li <longli@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>