Skip to content

Commit

Permalink
cluster/afr: Set right argument order for STACK_WIND_COOKIE
Browse files Browse the repository at this point in the history
Change-Id: Ia26e17a7147ed825319c7c29880b9cf4ae80a48c
BUG: 1085259
Signed-off-by: Vijay Bellur <vbellur@redhat.com>
Reviewed-on: http://review.gluster.org/7416
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
  • Loading branch information
vbellur committed Apr 10, 2014
1 parent aa19909 commit 8d7dde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlators/cluster/afr/src/afr-inode-read.c
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ afr_fgetxattr_wind (call_frame_t *frame, xlator_t *this, int subvol)
return 0;
}

STACK_WIND_COOKIE (frame, (void *) (long) subvol, afr_fgetxattr_cbk,
STACK_WIND_COOKIE (frame, afr_fgetxattr_cbk, (void *) (long) subvol,
priv->children[subvol],
priv->children[subvol]->fops->fgetxattr,
local->fd, local->cont.getxattr.name,
Expand Down

0 comments on commit 8d7dde6

Please sign in to comment.