From 41a22836fd581216d0a071cef5676651d676fd29 Mon Sep 17 00:00:00 2001 From: Emmanuel Dreyfus Date: Sun, 10 Aug 2014 00:02:21 +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 BUG: 764655 Change-Id: Ic6c8ef425e091440a139bbd25fadbf4f82e378cb Signed-off-by: Emmanuel Dreyfus Reviewed-on: http://review.gluster.org/8446 Tested-by: Gluster Build System Reviewed-by: Humble Devassy Chirammal Reviewed-by: Harshavardhana Tested-by: Harshavardhana --- 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