>From <[email protected]>: [email protected] has uploaded a new change for review.
https://review.gerrithub.io/299795 Change subject: ceph: add backward compatability for new ceph_statx based APIs ...................................................................... ceph: add backward compatability for new ceph_statx based APIs Based on the outcome of the test for CEPH_STATX_INO, we will either use the ceph_statx based APIs provided by libcephfs, or use the one we define internally. Change-Id: I527269ba79b997b0a4326ba32464e364ab75b42d Signed-off-by: Jeff Layton <[email protected]> --- M src/FSAL/FSAL_CEPH/CMakeLists.txt A src/FSAL/FSAL_CEPH/statx_compat.c A src/FSAL/FSAL_CEPH/statx_compat.h 3 files changed, 646 insertions(+), 0 deletions(-) git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/95/299795/1 -- To view, visit https://review.gerrithub.io/299795 To unsubscribe, visit https://review.gerrithub.io/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I527269ba79b997b0a4326ba32464e364ab75b42d Gerrit-PatchSet: 1 Gerrit-Project: ffilz/nfs-ganesha Gerrit-Branch: next Gerrit-Owner: [email protected] ------------------------------------------------------------------------------ The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by surprise? Reconnect with the command line and become more productive. Learn the new .NET and ASP.NET CLI. Get your free copy! http://sdm.link/telerik _______________________________________________ Nfs-ganesha-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
