diff options
author | Emmanuel Dreyfus <manu@netbsd.org> | 2014-09-06 06:26:23 +0200 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-09-07 23:19:55 -0700 |
commit | 6aab295d0b95b0a40155b86b1f2bc93dc92bdb86 (patch) | |
tree | deb619222564213acf96ef5a952700ab83830a3c /glusterfsd | |
parent | 467446c6837debff2caacfdb889adc69e9c702ae (diff) |
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 <manu@netbsd.org>
Reviewed-on: http://review.gluster.org/8632
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'glusterfsd')
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 3 |
1 files changed, 0 insertions, 3 deletions
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"}, |