diff options
author | Pali Rohár <pali@kernel.org> | 2024-10-14 16:00:05 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2025-04-09 23:37:35 +0300 |
commit | 56c0bea52cef0bb02c4d6c23669ef485b5f67c87 (patch) | |
tree | 58cd5b375ed091576718d44276933ae4be93762a /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 12193b9801e7559745a7a3202d3d3c9265905461 (diff) | |
download | linux-56c0bea52cef0bb02c4d6c23669ef485b5f67c87.tar.xz |
cifs: Split parse_reparse_point callback to functions: get buffer and parse buffer
Parsing reparse point buffer is generic for all SMB versions and is already
implemented by global function parse_reparse_point().
Getting reparse point buffer from the SMB response is SMB version specific,
so introduce for it a new callback get_reparse_point_buffer.
This functionality split is needed for followup change - getting reparse
point buffer without parsing it.
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions