commit | 072a14ec6386829314ca96c725175ac1631360da | [log] [tgz] |
---|---|---|
author | Long Li <longli@microsoft.com> | Mon Mar 30 11:04:06 2020 -0700 |
committer | Steve French <stfrench@microsoft.com> | Tue Apr 07 12:41:16 2020 -0500 |
tree | a5d6a9dbfb2d08deacfdb08bc4e697a917685544 | |
parent | e79b0332ae06b4895dcecddf4bbc5d3917e9383c [diff] |
cifs: smbd: Merge code to track pending packets As an optimization, SMBD tries to track two types of packets: packets with payload and without payload. There is no obvious benefit or performance gain to separately track two types of packets. Just treat them as pending packets and merge the tracking code. Signed-off-by: Long Li <longli@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>