diff options
| author | Mohit Agrawal <moagrawa@redhat.com> | 2018-05-23 09:10:11 +0530 | 
|---|---|---|
| committer | Shyamsundar Ranganathan <srangana@redhat.com> | 2018-05-25 02:05:37 +0000 | 
| commit | b679fd4b73d9ec039029088769722887b61d750a (patch) | |
| tree | 1fba7b4d16dea3ffa8808475d5d5cb44a3256bd1 /xlators/storage/posix/src/posix-helpers.c | |
| parent | 7b95d5a4b3988757bf8c91f82dcaf86ed3da6875 (diff) | |
Revert "glusterfsd: Memleak in glusterfsd process while  brick mux is on"
Updates: bz#1582286
This reverts commit 7c3cc485054e4ede1efb358552135b432fb7047a.
Change-Id: I831d646112bcfa13d0c2153482ad00ff1b23aa6c
Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>
Diffstat (limited to 'xlators/storage/posix/src/posix-helpers.c')
| -rw-r--r-- | xlators/storage/posix/src/posix-helpers.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/storage/posix/src/posix-helpers.c b/xlators/storage/posix/src/posix-helpers.c index 022f8b21571..c87f4f59b82 100644 --- a/xlators/storage/posix/src/posix-helpers.c +++ b/xlators/storage/posix/src/posix-helpers.c @@ -2165,7 +2165,7 @@ abort:                               trav_p = &(*trav_p)->next) {                                  victim = (*trav_p)->xlator;                                  if (victim && -                                         strcmp (victim->name, priv->base_path) == 0) { +                                    strcmp (victim->name, priv->base_path) == 0) {                                          victim_found = _gf_true;                                          break;                                  } @@ -2175,7 +2175,6 @@ abort:                          gf_log (THIS->name, GF_LOG_INFO, "detaching not-only "                                  " child %s", priv->base_path);                          top->notify (top, GF_EVENT_CLEANUP, victim); -                        xlator_mem_cleanup (victim);                  }          }  | 
