Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296762
b: refs/heads/master
c: 6efd6e8
h: refs/heads/master
v: v3
  • Loading branch information
Alasdair G Kergon committed Mar 28, 2012
1 parent f63b9d2 commit 5a99124
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2dd9c257fbc243aa76ee6db0bb8371f9f74fad2d
refs/heads/master: 6efd6e83092cd4a7532270bc843de90bb93f6683
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-thin.c
Original file line number Diff line number Diff line change
Expand Up @@ -2389,7 +2389,7 @@ static int thin_ctr(struct dm_target *ti, unsigned argc, char **argv)
static int thin_map(struct dm_target *ti, struct bio *bio,
union map_info *map_context)
{
bio->bi_sector -= ti->begin;
bio->bi_sector = dm_target_offset(ti, bio->bi_sector);

return thin_bio_map(ti, bio, map_context);
}
Expand Down

0 comments on commit 5a99124

Please sign in to comment.