Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16559
b: refs/heads/master
c: c708443
h: refs/heads/master
i:
  16557: b78e749
  16555: dc0ddf3
  16551: f1c3335
  16543: e8b4707
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed Jan 6, 2006
1 parent 1dcf42a commit 34f8349
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: 07dbd37727049c0d56e313e5afcf8db07a9c3e37
refs/heads/master: c708443c004f2310abdd7f1c353daa372b37f7a2
2 changes: 2 additions & 0 deletions trunk/drivers/md/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ static int write_page(struct bitmap *bitmap, struct page *page, int wait)
if (bitmap->file == NULL)
return write_sb_page(bitmap->mddev, bitmap->offset, page, wait);

flush_dcache_page(page); /* make sure visible to anyone reading the file */

if (wait)
lock_page(page);
else {
Expand Down

0 comments on commit 34f8349

Please sign in to comment.