From 157469a43272d06f63f0d4eaa15bd994c9cc0ba0 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Wed, 10 Jun 2009 07:00:44 +0000 Subject: booster: call glusterfs_umount_all during cleanup Signed-off-by: Anand V. Avati --- booster/src/booster.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'booster') 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 (); } -- cgit