diff options
author | 2022-03-21 13:08:25 -0300 | |
---|---|---|
committer | 2022-03-23 15:20:14 -0500 | |
commit | 351a59dace0e0e31795145acdec2660e3bc2a58d (patch) | |
tree | dc40b8f472dec34f31c33cf994a6c84ba5086cd8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cifs: change smb2_query_info_compound to use a cached fid, if available (diff) | |
download | linux-dev-351a59dace0e0e31795145acdec2660e3bc2a58d.tar.xz linux-dev-351a59dace0e0e31795145acdec2660e3bc2a58d.zip |
cifs: fix bad fids sent over wire
The client used to partially convert the fids to le64, while storing
or sending them by using host endianness. This broke the client on
big-endian machines. Instead of converting them to le64, store them
as opaque integers and then avoid byteswapping when sending them over
wire.
Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Reviewed-by: Namjae Jeon <linkinjeon@kernel.org>
Reviewed-by: Tom Talpey <tom@talpey.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions