Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38085
b: refs/heads/master
c: e3f6ac6
h: refs/heads/master
i:
  38083: 44a548e
v: v3
  • Loading branch information
Ishai Rabinovitz authored and Linus Torvalds committed Oct 3, 2006
1 parent 0fe7272 commit 15db297
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e90dae1f58d475b71bcc4eebf6d4fd5217ed85c7
refs/heads/master: e3f6ac6123be6f4ba14d71af0da0e8d3d39c33ed
3 changes: 2 additions & 1 deletion trunk/drivers/md/dm.c
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ static struct mapped_device *alloc_dev(int minor)

md->queue = blk_alloc_queue(GFP_KERNEL);
if (!md->queue)
goto bad1;
goto bad1_free_minor;

md->queue->queuedata = md;
md->queue->backing_dev_info.congested_fn = dm_any_congested;
Expand Down Expand Up @@ -993,6 +993,7 @@ static struct mapped_device *alloc_dev(int minor)
mempool_destroy(md->io_pool);
bad2:
blk_cleanup_queue(md->queue);
bad1_free_minor:
free_minor(minor);
bad1:
module_put(THIS_MODULE);
Expand Down

0 comments on commit 15db297

Please sign in to comment.