Skip to content
Commit 85a6dac5 authored by Steve French's avatar Steve French
Browse files

[CIFS] Endian convert UniqueId when reporting inode numbers from server files



Jeff made a good point that we should endian convert the UniqueId when we use
it to set i_ino Even though this value is opaque to the client, when comparing
the inode numbers of the same server file from two different clients (one
big endian, one little endian) or when we compare a big endian client's view
of i_ino with what the server thinks - we should get the same value

Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 74496d36
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment