Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201063
b: refs/heads/master
c: a6aa62a
h: refs/heads/master
i:
  201061: cd228db
  201059: 263809e
  201055: e0aaab7
v: v3
  • Loading branch information
Nick Piggin authored and Linus Torvalds committed Jul 20, 2010
1 parent 5a55684 commit 14adcd2
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: c61284e99191b2284fb74dae6961d4d09e4e59e8
refs/heads/master: a6aa62a0909b9ccb1f8b0d2653920ba071037972
2 changes: 1 addition & 1 deletion trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ static int may_write_to_queue(struct backing_dev_info *bdi)
static void handle_write_error(struct address_space *mapping,
struct page *page, int error)
{
lock_page(page);
lock_page_nosync(page);
if (page_mapping(page) == mapping)
mapping_set_error(mapping, error);
unlock_page(page);
Expand Down

0 comments on commit 14adcd2

Please sign in to comment.