diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/mount/fuse/src/fuse-bridge.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index 4ffaf59eb..9f84779ae 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -5278,7 +5278,7 @@ struct volume_options options[] = {          },          { .key = {"gid-timeout"},            .type = GF_OPTION_TYPE_INT, -          .default_value = "0" +          .default_value = "2"          },          { .key = {"acl"},            .type = GF_OPTION_TYPE_BOOL,  | 
