commit | b340a4d4aa18691a6d8b0e747840b0cf30dc01cb | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Sat Sep 01 01:10:17 2018 -0500 |
committer | Steve French <stfrench@microsoft.com> | Tue Oct 23 21:16:03 2018 -0500 |
tree | 577331ff750f0298ee279b24f1ec7c94e213d7d5 | |
parent | ce7fb50f92d78cf9cd35a520d293a4b791c8d7a1 [diff] |
smb3: add tracepoint to catch cases where credit refund of failed op overlaps reconnect Add tracepoint to catch potential cases where a pending operation overlapping a reconnect could fail and incorrectly refund its credits causing the client to think it has more credits available than the server thinks it does. Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>