Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-block.git] / fs / afs / super.c
index a07af1ab488de5ea7ec74c77612c8d7cbc57e817..5adf012b8e27bfa737b33c987445c9e9ee46c19f 100644 (file)
@@ -414,7 +414,7 @@ static int afs_fill_super(struct super_block *sb, struct afs_fs_context *ctx)
        ret = super_setup_bdi(sb);
        if (ret)
                return ret;
-       sb->s_bdi->ra_pages     = VM_MAX_READAHEAD * 1024 / PAGE_SIZE;
+       sb->s_bdi->ra_pages     = VM_READAHEAD_PAGES;
 
        /* allocate the root inode and dentry */
        if (as->dyn_root) {