diff options
Diffstat (limited to 'libglusterfs/src/stack.c')
-rw-r--r-- | libglusterfs/src/stack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/stack.c b/libglusterfs/src/stack.c index 6977814ec69..adcedd4cc96 100644 --- a/libglusterfs/src/stack.c +++ b/libglusterfs/src/stack.c @@ -36,6 +36,7 @@ create_frame (xlator_t *xl, call_pool_t *pool) frame->root = stack; frame->this = xl; + frame->pri = GF_FOP_PRI_UNSPEC; LOCK_INIT (&frame->lock); INIT_LIST_HEAD (&frame->frames); list_add (&frame->frames, &stack->myframes); |