More missing code. Examples (needed by NSR reconciliation): creat fsetattr truncate link mkdir mknod open opendir symlink unlink (p)write(v)
REVIEW: http://review.gluster.org/8769 (core/api: add xdata support) posted (#2) for review on master by Jeff Darcy (jdarcy)
REVIEW: http://review.gluster.org/8769 (core/api: add xdata support) posted (#3) for review on master by Jeff Darcy (jdarcy)
REVIEW: http://review.gluster.org/9859 (libglusterfs/syncop: Add xdata to all syncop calls) posted (#3) for review on master by Raghavendra Talur (rtalur)
REVIEW: http://review.gluster.org/9859 (libglusterfs/syncop: Add xdata to all syncop calls) posted (#4) for review on master by Raghavendra Talur (rtalur)
REVIEW: http://review.gluster.org/9859 (libglusterfs/syncop: Add xdata to all syncop calls) posted (#5) for review on master by Raghavendra Talur (rtalur)
REVIEW: http://review.gluster.org/9859 (libglusterfs/syncop: Add xdata to all syncop calls) posted (#6) for review on master by Raghavendra Talur (rtalur)
REVIEW: http://review.gluster.org/9859 (libglusterfs/syncop: Add xdata to all syncop calls) posted (#7) for review on master by Raghavendra Talur (rtalur)
REVIEW: http://review.gluster.org/9859 (libglusterfs/syncop: Add xdata to all syncop calls) posted (#8) for review on master by Raghavendra Talur (rtalur)
REVIEW: http://review.gluster.org/9859 (libglusterfs/syncop: Add xdata to all syncop calls) posted (#9) for review on master by Raghavendra Talur (rtalur)
COMMIT: http://review.gluster.org/9859 committed in master by Vijay Bellur (vbellur) ------ commit 346e64e578573296028efa516cd93cfaf2b17b8f Author: Raghavendra Talur <rtalur> Date: Wed Mar 11 18:36:01 2015 +0530 libglusterfs/syncop: Add xdata to all syncop calls This patch adds support for xdata in both the request and response path of syncops. Few calls like lookup already had the support; have renamed variables in few places to maintain uniformity. xdata passed downwards is known as xdata_in and xdata passed upwards is known as xdata_out. There is an old patch by Jeff Darcy at http://review.gluster.org/#/c/8769/3 which does the same for some selected calls. It also brings in xdata support at gfapi level. xdata support at gfapi level would be introduced in subsequent patches. Change-Id: I340e94ebaf2a38e160e65bc30732e8fe1c532dcc BUG: 1158621 Signed-off-by: Raghavendra Talur <rtalur> Reviewed-on: http://review.gluster.org/9859 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Vijay Bellur <vbellur>
A new bug has been filed for tracking xdata support in gfapi. Changing summary of this bug to limit request for xdata support in syncop.