diff --git a/[refs] b/[refs] index d50fd364f765..39bcd3002228 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7f9c51f0d9783c78db5c2aa16806d0c256ac667f +refs/heads/master: e27dedd84c119e2f7af54fcde3293be5ad812103 diff --git a/trunk/fs/splice.c b/trunk/fs/splice.c index d7538d83c367..0a6916423e7d 100644 --- a/trunk/fs/splice.c +++ b/trunk/fs/splice.c @@ -301,6 +301,12 @@ __generic_file_splice_read(struct file *in, loff_t *ppos, */ page = find_get_page(mapping, index); if (!page) { + /* + * Make sure the read-ahead engine is notified + * about this failure. + */ + handle_ra_miss(mapping, &in->f_ra, index); + /* * page didn't exist, allocate one. */