diff options
author | Raghavendra G <raghavendra@gluster.com> | 2009-11-18 01:13:38 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-11-18 21:13:38 -0800 |
commit | 8cf1cd070e794f18ed5ec28d5a3cb758fa8bf0f2 (patch) | |
tree | 2364bfddae863d3e807e5c732b4b144bab46399d /booster/src | |
parent | 8f0ec7204d4b79dfb9fcf5f61df6275f6d4896fb (diff) |
Revert "booster, libglusterfsclient: Support samba specific relative paths"
This reverts commit e6fc0cbe716a18f02891d3911481fdcb121d8840.
Signed-off-by: Raghavendra G <raghavendra@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 369 (Samba does not work with booster.)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=369
Diffstat (limited to 'booster/src')
-rw-r--r-- | booster/src/booster_fstab.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/booster/src/booster_fstab.c b/booster/src/booster_fstab.c index 9524bc668..202249cad 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"); |