diff options
Diffstat (limited to 'xlators/cluster/afr/src/afr-dir-read.c')
| -rw-r--r-- | xlators/cluster/afr/src/afr-dir-read.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/afr/src/afr-dir-read.c b/xlators/cluster/afr/src/afr-dir-read.c index 389515e3c36..ee9c5d8cc7f 100644 --- a/xlators/cluster/afr/src/afr-dir-read.c +++ b/xlators/cluster/afr/src/afr-dir-read.c @@ -317,7 +317,7 @@ afr_opendir (call_frame_t *frame, xlator_t *this,          child_count = priv->child_count; -        ALLOC_OR_GOTO (frame->local, afr_local_t, out); +        AFR_LOCAL_ALLOC_OR_GOTO (frame->local, out);          local = frame->local;          ret = afr_local_init (local, priv, &op_errno); @@ -649,7 +649,7 @@ afr_do_readdir (call_frame_t *frame, xlator_t *this,          priv     = this->private;          children = priv->children; -        ALLOC_OR_GOTO (frame->local, afr_local_t, out); +        AFR_LOCAL_ALLOC_OR_GOTO (frame->local, out);          local = frame->local;          ret = afr_local_init (local, priv, &op_errno);  | 
