summaryrefslogtreecommitdiffstats
path: root/xlators/features/trash/src/trash.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/trash/src/trash.c')
-rw-r--r--xlators/features/trash/src/trash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/trash/src/trash.c b/xlators/features/trash/src/trash.c
index 3f1b4c5dd1a..e321a05a01b 100644
--- a/xlators/features/trash/src/trash.c
+++ b/xlators/features/trash/src/trash.c
@@ -2375,7 +2375,6 @@ notify (xlator_t *this, int event, void *data, ...)
/* Check whether posix is up not */
if (event == GF_EVENT_CHILD_UP) {
- priv->trash_itable = inode_table_new (0, this);
if (!priv->state) {
gf_log (this->name, GF_LOG_DEBUG, "trash xlator is off");
goto out;
@@ -2547,6 +2546,7 @@ init (xlator_t *this)
goto out;
}
+ priv->trash_itable = inode_table_new (0, this);
gf_log (this->name, GF_LOG_DEBUG, "brick path is%s", priv->brick_path);
this->private = (void *)priv;