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)
commit2405252a680e2151046f4f256d706c3ca92fedef
tree7888d7145ada1a8a253883c31eb57a720f05289e
parent3557a4409701a132e8f86ad234ac8cf6e97b052e
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