]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/nvme/host/pci.c
NVMe: Factor out queue_request_irq()
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Thu, 20 Jan 2011 14:10:15 +0000 (09:10 -0500)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:52:51 +0000 (15:52 -0400)
commit3001082cac4bf6ffd09f72b39e6292ad6394ef17
tree1dd83dc447a01e331e86a4ffb324322ae203417f
parentb60503ba432b16fc84442a84e29a7aad2c0c363d
NVMe: Factor out queue_request_irq()

Two callers with an almost identical long string of arguments, and
introducing a third soon.  Time to factor out the commonalities.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme.c