summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/syncop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/syncop.h b/libglusterfs/src/syncop.h
index d07aed3d53b..cea52429f6f 100644
--- a/libglusterfs/src/syncop.h
+++ b/libglusterfs/src/syncop.h
@@ -331,6 +331,7 @@ syncop_create_frame(xlator_t *this)
if (!frame)
return NULL;
+ frame->root->type = GF_OP_TYPE_FOP;
opctx = syncopctx_getctx();
if (opctx && (opctx->valid & SYNCOPCTX_PID))