summaryrefslogtreecommitdiffstats
path: root/booster/src
diff options
context:
space:
mode:
authorRaghavendra G <raghavendra@zresearch.com>2009-06-10 07:00:44 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-06-30 14:36:24 -0700
commit67f30aed943b13956e3a0e78f4a1f74fa05bc1fd (patch)
tree82a31b3645df98adad4ba983e0dcf73ba3772649 /booster/src
parent21d072e17825a6e83346d4bd3692faa3a801d71b (diff)
booster: call glusterfs_umount_all during cleanup
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'booster/src')
-rw-r--r--booster/src/booster.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/booster/src/booster.c b/booster/src/booster.c
index 2453e3b8d8a..54f3411e368 100644
--- a/booster/src/booster.c
+++ b/booster/src/booster.c
@@ -1093,6 +1093,10 @@ 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 ();
glusterfs_reset ();
}