]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/ext3/dir.c
readahead: split ondemand readahead interface into two functions
[mirror_ubuntu-zesty-kernel.git] / fs / ext3 / dir.c
index 3c6d384a2c661fda43a8cc10d683276d27d75900..c00723a99f44f1aa6cb808a1e3ffd001505e67a2 100644 (file)
@@ -139,10 +139,10 @@ static int ext3_readdir(struct file * filp,
                        pgoff_t index = map_bh.b_blocknr >>
                                        (PAGE_CACHE_SHIFT - inode->i_blkbits);
                        if (!ra_has_index(&filp->f_ra, index))
-                               page_cache_readahead_ondemand(
+                               page_cache_sync_readahead(
                                        sb->s_bdev->bd_inode->i_mapping,
                                        &filp->f_ra, filp,
-                                       NULL, index, 1);
+                                       index, 1);
                        filp->f_ra.prev_index = index;
                        bh = ext3_bread(NULL, inode, blk, 0, &err);
                }