From 66cc92c25ec2680e50a6b3edda2e027635c380db Mon Sep 17 00:00:00 2001 From: Dustin Black Date: Thu, 2 Jun 2016 17:01:32 -0400 Subject: Corrected default text for ARGP_FUSE_USE_READDIRP_KEY Changed from "off" to "yes" per BZ 1222915 Change-Id: Idffffee621560adb4cc02c1001d1ae21ca11941f BUG: 1222915 Signed-off-by: Dustin Black Reviewed-on: http://review.gluster.org/14622 NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Smoke: Gluster Build System Reviewed-by: jiffin tony Thottan Reviewed-by: Jeff Darcy --- glusterfsd/src/glusterfsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 0cf1763bdf0..540451c059e 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -234,7 +234,7 @@ static struct argp_option gf_options[] = { "Extra mount options to pass to FUSE"}, {"use-readdirp", ARGP_FUSE_USE_READDIRP_KEY, "BOOL", OPTION_ARG_OPTIONAL, "Use readdirp mode in fuse kernel module" - " [default: \"off\"]"}, + " [default: \"yes\"]"}, {"secure-mgmt", ARGP_SECURE_MGMT_KEY, "BOOL", OPTION_ARG_OPTIONAL, "Override default for secure (SSL) management connections"}, {0, 0, 0, 0, "Miscellaneous Options:"}, -- cgit