]> www.infradead.org Git - users/jedix/linux-maple.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>
Thu, 19 Apr 2012 21:30:56 +0000 (17:30 -0400)
commitffcf260cad8ec5ad61ef9a3bd5d00fff52891dd8
treeb920793208cd44c32513f423c86146a8e8121a37
parent95733851a6d2a757ce4cb1e110ce0d1be6d905a7
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.

[upstream git commit 4e55b3c]
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/block/xen-blkfront.c