ailiopoulos(a)suse.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/483907 )
Change subject: Fix compilation errors on xfs ioctl syscall structs
......................................................................
Fix compilation errors on xfs ioctl syscall structs
Upstream xfsprogs has removed some typedef on bulk requst ioctls as of
commit b46789e2 ("xfs: remove various bulk request typedef usage"), and
as such compilation fails with xfsprogs headers >= v5.3.0. Replace
typedef declarations with their corresponding struct types and unbreak
compilation.
Change-Id: Ibb5be001b73c5d11e3f879f632b73687909f6ff9
Signed-off-by: Anthony Iliopoulos <ailiopoulos(a)suse.com>
---
M src/FSAL/FSAL_VFS/xfs/handle_syscalls.c
1 file changed, 4 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/07/483907/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/483907
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: Ibb5be001b73c5d11e3f879f632b73687909f6ff9
Gerrit-Change-Number: 483907
Gerrit-PatchSet: 1
Gerrit-Owner: ailiopoulos(a)suse.com
Gerrit-MessageType: newchange