The patch titled md: clean out unplug and other queue function on md shutdown has been removed from the -mm tree. Its filename was md-clean-out-unplug-and-other-queue-function-on-md-shutdown.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: md: clean out unplug and other queue function on md shutdown From: NeilBrown <neilb@xxxxxxx> The mddev and queue might be used for another array which does not set these, so they need to be cleared. Signed-off-by: NeilBrown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/md/md.c | 3 +++ 1 file changed, 3 insertions(+) diff -puN drivers/md/md.c~md-clean-out-unplug-and-other-queue-function-on-md-shutdown drivers/md/md.c --- a/drivers/md/md.c~md-clean-out-unplug-and-other-queue-function-on-md-shutdown +++ a/drivers/md/md.c @@ -3322,6 +3322,9 @@ static int do_md_stop(mddev_t * mddev, i set_disk_ro(disk, 0); blk_queue_make_request(mddev->queue, md_fail_request); mddev->pers->stop(mddev); + mddev->queue->merge_bvec_fn = NULL; + mddev->queue->unplug_fn = NULL; + mddev->queue->issue_flush_fn = NULL; if (mddev->pers->sync_request) sysfs_remove_group(&mddev->kobj, &md_redundancy_group); _ Patches currently in -mm which might be from neilb@xxxxxxx are origin.patch knfsd-use-recv_msg-to-get-peer-address-for-nfsd-instead-of-code-copying.patch knfsd-avoid-checksum-checks-when-collecting-metadata-for-a-udp-packet.patch knfsd-remove-config_ipv6-ifdefs-from-sunrpc-server-code.patch revert-md-avoid-possible-bug_on-in-md-bitmap-handling-for-git-block.patch fix-quadratic-behavior-of-shrink_dcache_parent.patch fix-__d_path-for-lazy-unmounts-and-make-it-unambiguous.patch fix-__d_path-for-lazy-unmounts-and-make-it-unambiguous-tidy.patch the-nfsv2-nfsv3-server-does-not-handle-zero-length-write.patch readahead-nfsd-case.patch readahead-nfsd-case-fix.patch drivers-mdc-use-array_size-macro-when-appropriate.patch md-dm-reduce-stack-usage-with-stacked-block-devices.patch md-fix-for-raid6-reshape.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html