]> git.ipfire.org Git - people/arne_f/kernel.git/commit
nvme: merge nvme_ns_ioctl into nvme_ioctl
authorChristoph Hellwig <hch@lst.de>
Fri, 17 May 2019 09:47:35 +0000 (02:47 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Jun 2019 06:18:03 +0000 (08:18 +0200)
commit3188fcebbcbd00c8bbabb5a622574717b6a4a517
treeed7e27bbc314fccc96fae492bec11f7056c573fc
parent54261634bdf8066ef20bce9dee1403aa42c32ce9
nvme: merge nvme_ns_ioctl into nvme_ioctl

[ Upstream commit 90ec611adcf20b96d0c2b7166497d53e4301a57f ]

Merge the two functions to make future changes a little easier.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/nvme/host/core.c