On 2/25/19 6:57 PM, Konrad Rzeszutek Wilk wrote: > On Wed, Feb 20, 2019 at 08:15:50PM +0000, Joao Martins wrote: >> >> Implement module_exit to allow users to do module unload of blkback. >> We prevent users from module unload whenever there are still interfaces >> allocated, in other words, do module_get on xen_blkif_alloc() and >> module_put on xen_blkif_free(). > > This patch looks like it can go now in right? > Yes. Joao