Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97514
b: refs/heads/master
c: ac9d463
h: refs/heads/master
v: v3
  • Loading branch information
Chris Lalancette authored and Rusty Russell committed May 30, 2008
1 parent 4a10961 commit 265cb4e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e27810f11340987df123a99eb9ae14c054a55639
refs/heads/master: ac9d463afb1ca2434335351f3b7d9e4c8f8470e9
1 change: 1 addition & 0 deletions trunk/drivers/block/virtio_blk.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ static void virtblk_remove(struct virtio_device *vdev)
/* Stop all the virtqueues. */
vdev->config->reset(vdev);

del_gendisk(vblk->disk);
blk_cleanup_queue(vblk->disk->queue);
put_disk(vblk->disk);
mempool_destroy(vblk->pool);
Expand Down

0 comments on commit 265cb4e

Please sign in to comment.