Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211615
b: refs/heads/master
c: 85b5aaa
h: refs/heads/master
i:
  211613: e00cfb5
  211611: c87fd4f
  211607: bb0a5fa
  211599: c15200b
  211583: b6c4a79
v: v3
  • Loading branch information
Dan Carpenter authored and Sage Weil committed Oct 20, 2010
1 parent 72e811d commit d110b1e
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: b8d0638a98aa4a42ff322234b882487cd74e5c52
refs/heads/master: 85b5aaa624aac568b8a3a88dbe4de6628c7cc527
2 changes: 1 addition & 1 deletion trunk/drivers/block/rbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ static void zero_bio_chain(struct bio *chain, int start_ofs)
buf = bvec_kmap_irq(bv, &flags);
memset(buf + remainder, 0,
bv->bv_len - remainder);
bvec_kunmap_irq(bv, &flags);
bvec_kunmap_irq(buf, &flags);
}
pos += bv->bv_len;
}
Expand Down

0 comments on commit d110b1e

Please sign in to comment.