Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151506
b: refs/heads/master
c: 160334a
h: refs/heads/master
v: v3
  • Loading branch information
Wu Fengguang authored and Linus Torvalds committed Jun 17, 2009
1 parent 574da82 commit 9d12423
Show file tree
Hide file tree
Showing 2 changed files with 2 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: caca7cb748571a5b39943a9b3e7081feef055e5e
refs/heads/master: 160334a0cfa8e578b718f81038026326845d07d7
1 change: 1 addition & 0 deletions trunk/mm/readahead.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ ondemand_readahead(struct address_space *mapping,

ra->start = start;
ra->size = start - offset; /* old async_size */
ra->size += req_size;
ra->size = get_next_ra_size(ra, max);
ra->async_size = ra->size;
goto readit;
Expand Down

0 comments on commit 9d12423

Please sign in to comment.