Jeff Layton has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/496146 )
Change subject: FSAL_CEPH: endian-convert wire handles
......................................................................
FSAL_CEPH: endian-convert wire handles
The wire handle is just treated as opaque now, which means we'll end up
with different filehandles on BE and LE arches. Most of the deployments
in the field currently are LE, so settle on the fields in there being
represented as LE values so we don't change the FH unnecessarily.
Change-Id: I646c7fc3835d0602d22644e4967d458909fc816c
Signed-off-by: Jeff Layton <jlayton(a)redhat.com>
---
M src/FSAL/FSAL_CEPH/export.c
M src/FSAL/FSAL_CEPH/handle.c
2 files changed, 25 insertions(+), 4 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/46/496146/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/496146
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I646c7fc3835d0602d22644e4967d458909fc816c
Gerrit-Change-Number: 496146
Gerrit-PatchSet: 1
Gerrit-Owner: Jeff Layton <jlayton(a)redhat.com>
Gerrit-MessageType: newchange