diff options
author | Christoph Hellwig <hch@lst.de> | 2024-07-01 07:17:52 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-07-01 06:52:42 -0600 |
commit | f3bf25d5135539603f24e377c6dec3016fbd9786 (patch) | |
tree | 718b018e69953b4fdbb6216d827fac60a4954988 /block | |
parent | 37105615f73125cb0466c09796f277a4c46d9295 (diff) |
nvme: don't set io_opt if NOWS is zero
NOWS is one of the annoying "0's based values" in NVMe, where 0 means one
and we thus can't detect if it isn't set. Thus a NOWS value of 0 means
that the Namespace Optimal Write Size is a single LBA, which is clearly
bogus. Ignore the value in that case and don't propagate an io_opt
value to the block layer.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Nitesh Shetty <nj.shetty@samsung.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20240701051800.1245240-4-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions