]> git.baikalelectronics.ru Git - kernel.git/commit
smb3: add one more dynamic tracepoint missing from strict fsync path
authorSteve French <stfrench@microsoft.com>
Thu, 6 Feb 2020 22:04:59 +0000 (16:04 -0600)
committerSteve French <stfrench@microsoft.com>
Thu, 6 Feb 2020 23:21:23 +0000 (17:21 -0600)
commitc64ad6d42d9e617ce89924b7b55766f40eb49cf5
treea725478e0c9573feafbbc5e1b98c7bf33c9f8cdb
parentc6a4b61c1f030d42aba0ee47d653bd4139726f3f
smb3: add one more dynamic tracepoint missing from strict fsync path

We didn't have a dynamic trace point for catching errors in
file_write_and_wait_range error cases in cifs_strict_fsync.

Since not all apps check for write behind errors, it can be
important for debugging to be able to trace these error
paths.

Suggested-and-reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/file.c