]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: move the ioctl code to a separate file
authorChristoph Hellwig <hch@lst.de>
Sat, 10 Apr 2021 06:42:03 +0000 (08:42 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 15 Apr 2021 06:12:55 +0000 (08:12 +0200)
commitf21b9af195659feb2cb97d1505a72d66f2689668
tree7888d7145ada1a8a253883c31eb57a720f05289e
parent56f6fd7d7fa46452ef6b19bb5890e1d570c6a55d
nvme: move the ioctl code to a separate file

Split out the ioctl code from core.c into a new file.  Also update
copyrights while we're at it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Javier González <javier.gonz@samsung.com>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
drivers/nvme/host/Makefile
drivers/nvme/host/core.c
drivers/nvme/host/ioctl.c [new file with mode: 0644]
drivers/nvme/host/nvme.h