Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 634
b: refs/heads/master
c: 552fca4
h: refs/heads/master
v: v3
  • Loading branch information
Nikita Danilov authored and Linus Torvalds committed May 1, 2005
1 parent 9629f0b commit 1b6dc62
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: 97e2bde47f886a317909c8a8f9bd2fcd8ce2f0b0
refs/heads/master: 552fca4cbe552520d85b21e839f289c880fa48d2
2 changes: 2 additions & 0 deletions trunk/fs/mpage.c
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,8 @@ __mpage_writepages(struct address_space *mapping,
&last_block_in_bio, &ret, wbc,
writepage_fn);
}
if (unlikely(ret == WRITEPAGE_ACTIVATE))
unlock_page(page);
if (ret || (--(wbc->nr_to_write) <= 0))
done = 1;
if (wbc->nonblocking && bdi_write_congested(bdi)) {
Expand Down

0 comments on commit 1b6dc62

Please sign in to comment.