commit | 8605067fb9b8e34aecf44ec258657c9cc009fc5a | [log] [tgz] |
---|---|---|
author | Jan Beulich <JBeulich@suse.com> | Thu Apr 05 16:04:52 2012 +0100 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri May 11 16:11:54 2012 -0400 |
tree | 5c646866a1ef241674600764158c9eb340a5d543 | |
parent | e77c78c02290c27925f67cd35b497e99ee0d6fe1 [diff] |
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>