commit | b0a42f2ac96e93f27704440ec55651d0570622f1 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Mon Feb 25 15:02:58 2019 -0600 |
committer | Steve French <stfrench@microsoft.com> | Tue Mar 05 18:10:04 2019 -0600 |
tree | 04fb1fa664c86fa544d6a06b706c3ea54d39835f | |
parent | d323c24617527f28cdb03f3bb7d8f9b62eecee80 [diff] |
smb3: add missing read completion trace point When ENODATA returned we weren't logging the read completion (not an error, but can be indicated by logging length 0) which makes looking at read traces confusing for smb3. Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>