Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26438
b: refs/heads/master
c: e27dedd
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed May 1, 2006
1 parent 8e85c52 commit 39c035d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f9c51f0d9783c78db5c2aa16806d0c256ac667f
refs/heads/master: e27dedd84c119e2f7af54fcde3293be5ad812103
6 changes: 6 additions & 0 deletions trunk/fs/splice.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 39c035d

Please sign in to comment.