diff options
Diffstat (limited to 'libglusterfs/src/xlator.c')
-rw-r--r-- | libglusterfs/src/xlator.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index 6975fbbd15f..01cb27896ee 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -700,6 +700,8 @@ xlator_init(xlator_t *xl) xl->mem_acct_init(xl); xl->instance_name = NULL; + GF_ATOMIC_INIT(xl->xprtrefcnt, 0); + GF_ATOMIC_INIT(xl->fd_cnt, 0); if (!xl->init) { gf_msg(xl->name, GF_LOG_WARNING, 0, LG_MSG_INIT_FAILED, "No init() found"); |