Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258957
b: refs/heads/master
c: d082357
h: refs/heads/master
i:
  258955: ad29cd4
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Jul 26, 2011
1 parent 95d5a19 commit 25e88d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b85e0effd3dcbf9118b896232f59526ab1a39a74
refs/heads/master: d0823576bf4b8eafce1b56f98613465a0352a376
2 changes: 1 addition & 1 deletion trunk/mm/truncate.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ void truncate_inode_pages_range(struct address_space *mapping,
index = start;
continue;
}
if (pvec.pages[0]->index > end) {
if (index == start && pvec.pages[0]->index > end) {
pagevec_release(&pvec);
break;
}
Expand Down

0 comments on commit 25e88d1

Please sign in to comment.