block: convert blkdev_issue_flush() to use empty barriers
Then we can get rid of ->issue_flush_fn() and all the driver private implementations of that. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
此提交包含在:
@@ -3463,7 +3463,6 @@ static int do_md_stop(mddev_t * mddev, int mode)
|
||||
mddev->pers->stop(mddev);
|
||||
mddev->queue->merge_bvec_fn = NULL;
|
||||
mddev->queue->unplug_fn = NULL;
|
||||
mddev->queue->issue_flush_fn = NULL;
|
||||
mddev->queue->backing_dev_info.congested_fn = NULL;
|
||||
if (mddev->pers->sync_request)
|
||||
sysfs_remove_group(&mddev->kobj, &md_redundancy_group);
|
||||
|
新增問題並參考
封鎖使用者