Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14407
b: refs/heads/master
c: 34ef75f
h: refs/heads/master
i:
  14405: acbdbd0
  14403: bd8aea7
  14399: d57f4fd
v: v3
  • Loading branch information
Neil Brown authored and Linus Torvalds committed Nov 18, 2005
1 parent a383747 commit eac6196
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c4b32b8b010d036dc03f77b0ef2a747db0cc3588
refs/heads/master: 34ef75f09f09611b62ae11ae36c3c7b0a6a8a9cb
4 changes: 2 additions & 2 deletions trunk/drivers/md/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,9 @@ static int write_page(struct bitmap *bitmap, struct page *page, int wait)
}
}

ret = page->mapping->a_ops->prepare_write(NULL, page, 0, PAGE_SIZE);
ret = page->mapping->a_ops->prepare_write(bitmap->file, page, 0, PAGE_SIZE);
if (!ret)
ret = page->mapping->a_ops->commit_write(NULL, page, 0,
ret = page->mapping->a_ops->commit_write(bitmap->file, page, 0,
PAGE_SIZE);
if (ret) {
unlock_page(page);
Expand Down

0 comments on commit eac6196

Please sign in to comment.