Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43967
b: refs/heads/master
c: 8bde37f
h: refs/heads/master
i:
  43965: 8535302
  43963: 69149c5
  43959: eea8caa
  43951: 80c2001
  43935: 147af7b
  43903: f4245a5
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Dec 10, 2006
1 parent 3dc0f7c commit a14fa94
Show file tree
Hide file tree
Showing 2 changed files with 3 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: faccbd4b26df7bd977cee33d4145155d0ef95c87
refs/heads/master: 8bde37f08fe3340435f4320b5a092eeb55acebfd
2 changes: 2 additions & 0 deletions trunk/mm/readahead.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <linux/module.h>
#include <linux/blkdev.h>
#include <linux/backing-dev.h>
#include <linux/task_io_accounting_ops.h>
#include <linux/pagevec.h>

void default_unplug_io_fn(struct backing_dev_info *bdi, struct page *page)
Expand Down Expand Up @@ -151,6 +152,7 @@ int read_cache_pages(struct address_space *mapping, struct list_head *pages,
put_pages_list(pages);
break;
}
task_io_account_read(PAGE_CACHE_SIZE);
}
pagevec_lru_add(&lru_pvec);
return ret;
Expand Down

0 comments on commit a14fa94

Please sign in to comment.