Re: [Xen-devel] [PATCH v3 2/2] xen-blkback: allow module to be cleanly unloaded

2019-12-04 Thread Jürgen Groß
On 02.12.19 12:41, Paul Durrant wrote: Add a module_exit() to perform the necessary clean-up. Signed-off-by: Paul Durrant Reviewed-by: "Roger Pau Monné" Reviewed-by: Juergen Gross Pushed to xen/tip.git for-linus-5.5b Juergen ___ Xen-devel maili

[Xen-devel] [PATCH v3 2/2] xen-blkback: allow module to be cleanly unloaded

2019-12-02 Thread Paul Durrant
Add a module_exit() to perform the necessary clean-up. Signed-off-by: Paul Durrant Reviewed-by: "Roger Pau Monné" Reviewed-by: Juergen Gross --- Cc: Konrad Rzeszutek Wilk Cc: Jens Axboe Signed-off-by: Paul Durrant --- drivers/block/xen-blkback/blkback.c | 8 drivers/block/xen-blk