From e7b8470623ff647a6fe2740b555bf1ce2dae7d21 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Tue, 23 Jun 2009 04:25:22 +0000 Subject: Fix typos in my previous commit 6010e2a4e Signed-off-by: Anand V. Avati --- xlators/mount/fuse/src/fuse-bridge.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/mount') diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index d33a961f0f5..ed9cf1a2c60 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -2630,12 +2630,12 @@ init (xlator_t *this_xl) if (ret != -1) ret = fuse_opt_add_arg(&args, "-omax_readahead=131072"); if (ret != -1) - ret = fuse_opt_add_arg(&args, "-omax_read=13107"); + ret = fuse_opt_add_arg(&args, "-omax_read=131072"); if (ret != -1) ret = fuse_opt_add_arg(&args, "-omax_write=131072"); if (ret != -1) ret = fuse_opt_add_arg(&args, "-osuid"); -#if GF_LINUX_HOST_OS /* ! LINUX */ +#if GF_LINUX_HOST_OS /* LINUX */ /* '-o dev', '-o nonempty' is supported only on Linux */ if (ret != -1) ret = fuse_opt_add_arg(&args, "-ononempty"); -- cgit