Re: [PATCH 1/2] block: Introduce blkdev_issue_flush_no_wait()
From: Anand Jain <hidden>
Date: 2017-05-24 08:37:01
Also in:
linux-btrfs
From: Anand Jain <hidden>
Date: 2017-05-24 08:37:01
Also in:
linux-btrfs
The bdev->bd_disk, !bdev_get_queue and q->make_request_fn checks are all things you don't need, any blkdev_issue_flush should not either, although I'll need to look into the weird loop workaround again, which doesn't make much sense to me.
I tried to confirm q->make_request_fn and got lost, I am going to try again. Thanks, Anand