summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--booster/src/booster.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/booster/src/booster.c b/booster/src/booster.c
index 5842058bbb3..9e5300ee459 100644
--- a/booster/src/booster.c
+++ b/booster/src/booster.c
@@ -300,6 +300,9 @@ booster_mount (struct glusterfs_mntent *ent)
if (!ent)
return;
+ if ((strcmp (ent->mnt_type, "glusterfs") != 0))
+ return;
+
memset (&ipars, 0, sizeof (glusterfs_init_params_t));
if (ent->mnt_fsname)
ipars.specfile = strdup (ent->mnt_fsname);