This patchset introduces .map_changed callback into 'struct blk_mq_ops', and use this callback to get NVMe notified about the mapping changed event, then NVMe can update the irq affinity hint for its queues. Also the 'cpumask' in 'struct blk_mq_tags' isn't needed any more, so remove that and related kernel interface. Thanks,