]> git.baikalelectronics.ru Git - kernel.git/commit
CIFS: Fix trace command logging for SMB2 reads and writes
authorPavel Shilovsky <pshilov@microsoft.com>
Fri, 25 Jan 2019 19:38:53 +0000 (11:38 -0800)
committerSteve French <stfrench@microsoft.com>
Tue, 29 Jan 2019 23:19:56 +0000 (17:19 -0600)
commit10cc2e989c064330aa68897d3661c9afb042f73d
tree93bfa8359c6f513abeb680f69e58284b27ce24c1
parentb321cbc9dac0fb2f6abed556a0a63eaf8befdad2
CIFS: Fix trace command logging for SMB2 reads and writes

Currently we log success once we send an async IO request to
the server. Instead we need to analyse a response and then log
success or failure for a particular command. Also fix argument
list for read logging.

Cc: <stable@vger.kernel.org> # 4.18
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2pdu.c