]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
nvme/multipath: Disable runtime writable enabling parameter
authorKeith Busch <keith.busch@intel.com>
Thu, 26 Apr 2018 20:24:29 +0000 (14:24 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Jun 2018 19:01:34 +0000 (04:01 +0900)
commit44ac74871de3ad04f73149f463a4be484cdee84a
treeac539437fc9dce741b0022d80cf6f30381783752
parentb6e47b0da4563504367396f7740cae79dcd22620
nvme/multipath: Disable runtime writable enabling parameter

[ Upstream commit 5cadde8019a6a80550fdde92d5a3327565974eab ]

We can't allow the user to change multipath settings at runtime, as this
will create naming conflicts due to the different naming schemes used
for each mode.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nvme/host/multipath.c