commit | 65c5a055b0d567b7e7639d942c0605da9cc54c5e | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Mon Nov 09 02:57:34 2020 -0800 |
committer | Christoph Hellwig <hch@lst.de> | Mon Nov 09 17:39:15 2020 +0100 |
tree | feb2d7ce2260930cb8d297ec2e80bffbddd20024 | |
parent | e1777d099728a76a8f8090f89649aac961e7e530 [diff] |
nvme: fix incorrect behavior when BLKROSET is called by the user The offending commit breaks BLKROSET ioctl because a device revalidation will blindly override BLKROSET setting. Hence, we remove the disk rw setting in case NVME_NS_ATTR_RO is cleared from by the controller. Fixes: 1293477f4f32 ("nvme: set gendisk read only based on nsattr") Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>