Hi Linus, Just a single followup fix to the corruption fix from yesterday. We have an exported interface that does direct dispatch, with DM being the sole user of it. Change that to do bypass insert always instead of attempting direct dispatch. This fixes a deadlock that can happen on DM. Additionally, it gets rid of any exported user of direct dispatch, and enables DM to drop any BUSY handling from using the interface. Please pull! git://git.kernel.dk/linux-block.git tags/for-linus-20181206 ---------------------------------------------------------------- Jens Axboe (1): block: fix direct dispatch issue failure for clones block/blk-core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- Jens Axboe