]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-pci: make CMB SQ mod-param read-only
authorKeith Busch <keith.busch@intel.com>
Wed, 6 Jun 2018 14:13:09 +0000 (08:13 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 8 Jun 2018 18:51:11 +0000 (12:51 -0600)
commit55e029a1892aad7c042febcbb2efd17ecaa4c78c
treec97bc3aac6cc5be8414f7a1e53190505ab22d75c
parent069e23c15c88b973eabde24049e419dce290912a
nvme-pci: make CMB SQ mod-param read-only

A controller reset after a run time change of the CMB module parameter
breaks the driver. An 'on -> off' will have the driver use NULL for the
host memory queue, and 'off -> on' will use mismatched queue depth between
the device and the host.

We could fix both, but there isn't really a good reason to change this
at run time anyway, compared to at module load time, so this patch makes
parameter read-only after after modprobe.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/pci.c