From 6aab295d0b95b0a40155b86b1f2bc93dc92bdb86 Mon Sep 17 00:00:00 2001 From: Emmanuel Dreyfus Date: Sat, 6 Sep 2014 06:26:23 +0200 Subject: Enable aux-gfid-mount option on non Linux systems The aux-gfid-mount works on non Linux systems, and it is required to pass tests/basic/gfid-access.t This is a backport of Ic6c8ef425e091440a139bbd25fadbf4f82e378cb BUG: 1138897 Change-Id: Iab5487437fde65a66cff9cfeb7d209db7eb12108 Signed-off-by: Emmanuel Dreyfus Reviewed-on: http://review.gluster.org/8632 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- glusterfsd/src/glusterfsd.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 3c92783cb3d..cae869b33af 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -154,11 +154,8 @@ static struct argp_option gf_options[] = { "Enable SELinux label (extened attributes) support on inodes"}, {"volfile-max-fetch-attempts", ARGP_VOLFILE_MAX_FETCH_ATTEMPTS, "0", OPTION_HIDDEN, "Maximum number of attempts to fetch the volfile"}, - -#ifdef GF_LINUX_HOST_OS {"aux-gfid-mount", ARGP_AUX_GFID_MOUNT_KEY, 0, 0, "Enable access to filesystem through gfid directly"}, -#endif {"enable-ino32", ARGP_INODE32_KEY, "BOOL", OPTION_ARG_OPTIONAL, "Use 32-bit inodes when mounting to workaround broken applications" "that don't support 64-bit inodes"}, -- cgit