diff options
| author | Raghavendra G <raghavendra@zresearch.com> | 2009-06-10 07:00:44 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2009-06-11 07:29:00 -0700 | 
| commit | 157469a43272d06f63f0d4eaa15bd994c9cc0ba0 (patch) | |
| tree | 2dc14596ca333adb2cff33d1a98893a85c3f64f7 /booster/src | |
| parent | e0650e53ca9df6e86272efb0a2e2587e42f24a53 (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.c | 4 | 
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 ();  }  | 
