Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14628
b: refs/heads/master
c: 233886d
h: refs/heads/master
v: v3
  • Loading branch information
jblunck@suse.de authored and Linus Torvalds committed Nov 22, 2005
1 parent 1e66a88 commit 3e74420
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 640eb3b0456f8273726d31160aa24568ae703eec
refs/heads/master: 233886dd32ad71daf9c21bf3728c0933a94870f0
3 changes: 3 additions & 0 deletions trunk/drivers/md/dm-bio-list.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ static inline void bio_list_add(struct bio_list *bl, struct bio *bio)

static inline void bio_list_merge(struct bio_list *bl, struct bio_list *bl2)
{
if (!bl2->head)
return;

if (bl->tail)
bl->tail->bi_next = bl2->head;
else
Expand Down

0 comments on commit 3e74420

Please sign in to comment.