+2
−2
+4
−4
+28
−35
+12
−12
Loading
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>