]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: Round of the metadata size to fit into block count
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Sun, 7 Feb 2021 11:30:09 +0000 (17:00 +0530)
committerKeith Busch <kbusch@kernel.org>
Sun, 7 Feb 2021 14:00:11 +0000 (07:00 -0700)
commit68cb09733fde9d97bc3c5427778c8b80d7822fd7
treebec443913865c2cee5785d87809f7f9ca024f44f
parent2151da276bd25c4d8c6b4a8d04e496589578e97a
nvme: Round of the metadata size to fit into block count

If device formatted with non-zero metadata size and input
metadata size is less than that it can be fit into mentioned
block count from input then round it of to fit into block count.

Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>
nvme.c