Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309289
b: refs/heads/master
c: 8605067
h: refs/heads/master
i:
  309287: 5373a41
v: v3
  • Loading branch information
Jan Beulich authored and Konrad Rzeszutek Wilk committed May 11, 2012
1 parent 139f226 commit 1757160
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e77c78c02290c27925f67cd35b497e99ee0d6fe1
refs/heads/master: 8605067fb9b8e34aecf44ec258657c9cc009fc5a
4 changes: 3 additions & 1 deletion trunk/drivers/block/xen-blkfront.c
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,9 @@ module_init(xlblk_init);

static void __exit xlblk_exit(void)
{
return xenbus_unregister_driver(&blkfront_driver);
xenbus_unregister_driver(&blkfront_driver);
unregister_blkdev(XENVBD_MAJOR, DEV_NAME);
kfree(minors);
}
module_exit(xlblk_exit);

Expand Down

0 comments on commit 1757160

Please sign in to comment.