Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230686
b: refs/heads/master
c: dbc883f
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Alasdair G Kergon committed Jan 13, 2011
1 parent a3e3982 commit 6c558c1
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: b83b2f295aec418c7501c05df4dfd168a79d165a
refs/heads/master: dbc883f1570d992ba926a8c9e22140ba473c6cc1
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-log.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ static int create_log_context(struct dm_dirty_log *log, struct dm_target *ti,
r = PTR_ERR(lc->io_req.client);
DMWARN("couldn't allocate disk io client");
kfree(lc);
return -ENOMEM;
return r;
}

lc->disk_header = vmalloc(buf_size);
Expand Down

0 comments on commit 6c558c1

Please sign in to comment.