Re: [PATCH V14 06/24] mmc: block: Simplify cleaning up the queue
From: Linus Walleij <hidden>
Date: 2017-11-23 13:27:11
Also in:
linux-mmc, lkml
From: Linus Walleij <hidden>
Date: 2017-11-23 13:27:11
Also in:
linux-mmc, lkml
On Tue, Nov 21, 2017 at 2:42 PM, Adrian Hunter [off-list ref] wrote:
Use blk_cleanup_queue() to shutdown the queue when the driver is removed, and instead get an extra reference to the queue to prevent the queue being freed before the final mmc_blk_put(). Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
This is way more elegant. Reviewed-by: Linus Walleij <redacted> Yours, Linus Walleij