diff options
Diffstat (limited to 'booster/src/booster.c')
| -rw-r--r-- | booster/src/booster.c | 14 | 
1 files changed, 10 insertions, 4 deletions
diff --git a/booster/src/booster.c b/booster/src/booster.c index 04a8906c283..4961cc2a706 100644 --- a/booster/src/booster.c +++ b/booster/src/booster.c @@ -1099,10 +1099,16 @@ booster_cleanup (void)  	free (booster_glfs_fdtable);  	booster_glfs_fdtable = NULL; -        /* FIXME: there may be issues during execution of fini of individual -           xlators due to inconsistent lock states. -        */ -        glusterfs_umount_all (); +        /* +         * FIXME: there may be issues during execution of fini of individual +         * xlators due to inconsistent lock states. +         */ +         +        /*  +         * as above FIXME says, glusterfs_umount_all indeed leads to memory  +         * corruption, hence commenting out +         */ +        /* glusterfs_umount_all (); */  	glusterfs_reset ();  }  | 
