diff options
| author | Anuradha Talur <atalur@redhat.com> | 2016-08-29 16:41:09 +0530 |
|---|---|---|
| committer | Raghavendra G <rgowdapp@redhat.com> | 2016-08-30 23:50:40 -0700 |
| commit | 7cbc10037ecc873d60c3a970d00faf2819019525 (patch) | |
| tree | 35026d258fa4bb9aad89f7a504954bb566ffa4fc /xlators/performance/decompounder/src/decompounder.h | |
| parent | fe929224c47d5c82da5650e9e1041645a8d7f244 (diff) | |
compound fops: Some fixes to compound fops framework
Change-Id: I808fd5f9f002a35bff94d310c5d61a781e49570b
BUG: 1360169
Signed-off-by: Anuradha Talur <atalur@redhat.com>
Reviewed-on: http://review.gluster.org/15010
Smoke: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'xlators/performance/decompounder/src/decompounder.h')
| -rw-r--r-- | xlators/performance/decompounder/src/decompounder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/decompounder/src/decompounder.h b/xlators/performance/decompounder/src/decompounder.h index 1b8c1d6d00f..59fb908ed06 100644 --- a/xlators/performance/decompounder/src/decompounder.h +++ b/xlators/performance/decompounder/src/decompounder.h @@ -26,6 +26,7 @@ typedef struct { #define DC_STACK_UNWIND(frame, op_ret, op_errno, rsp, xdata) do {\ dc_local_t *__local = NULL; \ + \ if (frame) { \ __local = frame->local; \ frame->local = NULL; \ |
