Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71721
b: refs/heads/master
c: d336416
h: refs/heads/master
i:
  71719: d213625
v: v3
  • Loading branch information
Alasdair G Kergon committed Oct 20, 2007
1 parent 1f0033f commit 55174ec
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: 051814c69fac92f1964739c0cf08b5e3b1156b04
refs/heads/master: d336416ff1e6f7715f6dcb3b4e3e60626e406dd0
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-emc.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static struct bio *get_failover_bio(struct dm_path *path, unsigned data_size)
}

if (bio_add_page(bio, page, data_size, 0) != data_size) {
DMERR("get_failover_bio: alloc_page() failed.");
DMERR("get_failover_bio: bio_add_page() failed.");
__free_page(page);
bio_put(bio);
return NULL;
Expand Down

0 comments on commit 55174ec

Please sign in to comment.