summaryrefslogtreecommitdiffstats
path: root/booster
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-11 07:29:00 -0700
commit157469a43272d06f63f0d4eaa15bd994c9cc0ba0 (patch)
tree2dc14596ca333adb2cff33d1a98893a85c3f64f7 /booster
parente0650e53ca9df6e86272efb0a2e2587e42f24a53 (diff)
booster: call glusterfs_umount_all during cleanup
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'booster')
-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 ();
}