Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40651
b: refs/heads/master
c: 029e332
h: refs/heads/master
i:
  40649: 037a639
  40647: e2bb010
v: v3
  • Loading branch information
OGAWA Hirofumi authored and Linus Torvalds committed Nov 3, 2006
1 parent cd09031 commit 9485829
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: 5d861d920a86523bbeb56c19b9906c3fb1b58048
refs/heads/master: 029e332ea717810172e965ec50f942755ad0c58a
2 changes: 2 additions & 0 deletions trunk/mm/readahead.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ static int read_pages(struct address_space *mapping, struct file *filp,

if (mapping->a_ops->readpages) {
ret = mapping->a_ops->readpages(filp, mapping, pages, nr_pages);
/* Clean up the remaining pages */
put_pages_list(pages);
goto out;
}

Expand Down

0 comments on commit 9485829

Please sign in to comment.