From 8cf1cd070e794f18ed5ec28d5a3cb758fa8bf0f2 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Wed, 18 Nov 2009 01:13:38 +0000 Subject: Revert "booster, libglusterfsclient: Support samba specific relative paths" This reverts commit e6fc0cbe716a18f02891d3911481fdcb121d8840. Signed-off-by: Raghavendra G Signed-off-by: Anand V. Avati BUG: 369 (Samba does not work with booster.) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=369 --- booster/src/booster_fstab.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'booster') diff --git a/booster/src/booster_fstab.c b/booster/src/booster_fstab.c index 9524bc66870..202249cadf3 100644 --- a/booster/src/booster_fstab.c +++ b/booster/src/booster_fstab.c @@ -375,7 +375,6 @@ booster_mount (struct glusterfs_mntent *ent) time_t timeout = BOOSTER_DEFAULT_ATTR_TIMEO; char *timeostr = NULL; char *endptr = NULL; - char *optval = NULL; if (!ent) return; @@ -421,13 +420,6 @@ booster_mount (struct glusterfs_mntent *ent) ipars.lookup_timeout = timeout; ipars.stat_timeout = timeout; - opt = glusterfs_fstab_hasoption (ent, "relativepaths"); - if (opt) { - optval = get_option_value (opt); - if (strcmp (optval, "on") == 0) - ipars.relativepaths = 1; - } - if ((glusterfs_mount (ent->mnt_dir, &ipars)) == -1) gf_log ("booster-fstab", GF_LOG_ERROR, "VMP mounting failed"); -- cgit