diff options
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/cluster/stripe/src/stripe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c index bd81661942d..253d2f8f17f 100644 --- a/xlators/cluster/stripe/src/stripe.c +++ b/xlators/cluster/stripe/src/stripe.c @@ -1549,6 +1549,8 @@ stripe_mknod_ifreg_setxattr_cbk (call_frame_t *frame, void *cookie, xlator_list_t *trav = NULL; priv = this->private; + local = frame->local; + LOCK (&frame->lock); { callcnt = --local->call_count; |