Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143345
b: refs/heads/master
c: c2572f2
h: refs/heads/master
i:
  143343: 0b2023a
v: v3
  • Loading branch information
Nick Piggin authored and Jens Axboe committed Apr 15, 2009
1 parent fb12938 commit 8f5a279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: dfbc4752eab33e66f113f9daa2effbe241cd661d
refs/heads/master: c2572f2b4ffc27ba79211aceee3bef53a59bb5cd
4 changes: 3 additions & 1 deletion trunk/drivers/block/brd.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,10 @@ static int brd_do_bvec(struct brd_device *brd, struct page *page,
if (rw == READ) {
copy_from_brd(mem + off, brd, sector, len);
flush_dcache_page(page);
} else
} else {
flush_dcache_page(page);
copy_to_brd(brd, mem + off, sector, len);
}
kunmap_atomic(mem, KM_USER0);

out:
Expand Down

0 comments on commit 8f5a279

Please sign in to comment.