Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55883
b: refs/heads/master
c: 9d577b6
h: refs/heads/master
i:
  55881: 9816dd5
  55879: eb55144
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed May 11, 2007
1 parent 7defa08 commit 7cde09e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 9393e1dc8e394bd59217178b26b2476dc43e8667
refs/heads/master: 9d577b6a31a53a19d3b0fe414d645a61ef201846
5 changes: 3 additions & 2 deletions trunk/fs/afs/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,9 @@ static int afs_write_back_from_locked_page(struct afs_writeback *wb,
if (n == 0)
goto no_more;
if (pages[0]->index != start) {
for (n--; n >= 0; n--)
put_page(pages[n]);
do {
put_page(pages[--n]);
} while (n > 0);
goto no_more;
}

Expand Down

0 comments on commit 7cde09e

Please sign in to comment.