]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen-blkfront: module exit handling adjustments
authorJan Beulich <JBeulich@suse.com>
Thu, 5 Apr 2012 15:04:52 +0000 (16:04 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 17 Apr 2012 14:50:04 +0000 (10:50 -0400)
commit4e55b3c81d99b96c1bd915e812e1e203d3279550
tree5a3806dc8ee29ffb11091086332edd50a7c28f2d
parent85b69847972081cd5fabf2136d6eb10a0fb4d9f2
xen-blkfront: module exit handling adjustments

The blkdev major must be released upon exit, or else the module can't
attach to devices using the same majors upon being loaded again. Also
avoid leaking the minor tracking bitmap.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/block/xen-blkfront.c