Jeff Layton has uploaded this change for review.

View Change

FSAL_CEPH: break up vinodeno_t in wire handle portion

The filehandle itself is packed, but the vinodeno_t struct embedded
in it won't necessarily be. In practice, all the arches we care about
won't add padding to vinodeno_t, but we shouldn't assume that. Replace
the chk_vi field with separate chk_ino and chk_snap fields.

Change-Id: If6242accf9fa2c09454956323b34d5066a30d867
Signed-off-by: Jeff Layton <jlayton@redhat.com>
---
M src/FSAL/FSAL_CEPH/export.c
M src/FSAL/FSAL_CEPH/internal.c
M src/FSAL/FSAL_CEPH/internal.h
M src/FSAL/FSAL_CEPH/main.c
4 files changed, 14 insertions(+), 9 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/45/496145/1

To view, visit change 496145. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: If6242accf9fa2c09454956323b34d5066a30d867
Gerrit-Change-Number: 496145
Gerrit-PatchSet: 1
Gerrit-Owner: Jeff Layton <jlayton@redhat.com>
Gerrit-MessageType: newchange