diff options
author | Sage Weil <sage@newdream.net> | 2009-10-16 17:44:35 -0400 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-10-16 17:44:43 -0400 |
commit | 8fa9765576875200a7412a5300b5f0537211f038 (patch) | |
tree | 1d6417a0d6731e905dc0cffb09506f1796e58f71 /fs/ceph/super.c | |
parent | 76e3b390d41db9d69e254a09dd1aedd3e6aac25f (diff) |
ceph: enable readahead
Initialized bdi->ra_pages to enable readahead. Use 512KB default.
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/super.c')
-rw-r--r-- | fs/ceph/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/super.c b/fs/ceph/super.c index 7f7d4759a443..ab950fce4172 100644 --- a/fs/ceph/super.c +++ b/fs/ceph/super.c | |||
@@ -327,6 +327,7 @@ static int parse_mount_args(struct ceph_client *client, | |||
327 | args->mount_timeout = CEPH_MOUNT_TIMEOUT_DEFAULT; /* seconds */ | 327 | args->mount_timeout = CEPH_MOUNT_TIMEOUT_DEFAULT; /* seconds */ |
328 | args->caps_wanted_delay_min = CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT; | 328 | args->caps_wanted_delay_min = CEPH_CAPS_WANTED_DELAY_MIN_DEFAULT; |
329 | args->caps_wanted_delay_max = CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT; | 329 | args->caps_wanted_delay_max = CEPH_CAPS_WANTED_DELAY_MAX_DEFAULT; |
330 | args->rsize = CEPH_MOUNT_RSIZE_DEFAULT; | ||
330 | args->snapdir_name = kstrdup(CEPH_SNAPDIRNAME_DEFAULT, GFP_KERNEL); | 331 | args->snapdir_name = kstrdup(CEPH_SNAPDIRNAME_DEFAULT, GFP_KERNEL); |
331 | args->cap_release_safety = CEPH_CAPS_PER_RELEASE * 4; | 332 | args->cap_release_safety = CEPH_CAPS_PER_RELEASE * 4; |
332 | args->max_readdir = 1024; | 333 | args->max_readdir = 1024; |