Re: [PATCH 9/9] mtd_blkdevs: use the default discard granularity

2023-12-28 Thread Richard Weinberger
, "Vignesh Raghavendra" , > "linux-um" > , "linux-block" , > n...@other.debian.org, "linux-bcache" > , "linux-mtd" > Gesendet: Donnerstag, 28. Dezember 2023 08:55:45 > Betreff: [PATCH 9/9] mtd_blkdevs: use the default discard gra

[PATCH 9/9] mtd_blkdevs: use the default discard granularity

2023-12-27 Thread Christoph Hellwig
The discard granularity now defaults to a single sector, so don't set that value explicitly. Signed-off-by: Christoph Hellwig --- drivers/mtd/mtd_blkdevs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/mtd/mtd_blkdevs.c b/drivers/mtd/mtd_blkdevs.c index ff18636e0