Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196003
b: refs/heads/master
c: eaefbf9
h: refs/heads/master
i:
  196001: 1ee9a99
  195999: 164487b
v: v3
  • Loading branch information
Bob Peterson authored and Steven Whitehouse committed May 12, 2010
1 parent 7a56189 commit 4315898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 7e619bc3e6252dc746f64ac3b486e784822e9533
refs/heads/master: eaefbf968a83a160324225fb2ac9c49e56c86515
4 changes: 1 addition & 3 deletions trunk/fs/gfs2/meta_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

static int gfs2_aspace_writepage(struct page *page, struct writeback_control *wbc)
{
int err;
struct buffer_head *bh, *head;
int nr_underway = 0;
int write_op = (1 << BIO_RW_META) | ((wbc->sync_mode == WB_SYNC_ALL ?
Expand Down Expand Up @@ -86,11 +85,10 @@ static int gfs2_aspace_writepage(struct page *page, struct writeback_control *wb
} while (bh != head);
unlock_page(page);

err = 0;
if (nr_underway == 0)
end_page_writeback(page);

return err;
return 0;
}

const struct address_space_operations gfs2_meta_aops = {
Expand Down

0 comments on commit 4315898

Please sign in to comment.