Re: [PATCH 4/9] ubd: 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:40 > Betreff: [PATCH 4/9] ubd: use the default discard granular

[PATCH 4/9] ubd: 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 --- arch/um/drivers/ubd_kern.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/um/drivers/ubd_kern.c b/arch/um/drivers/ubd_kern.c index 50206feac577d5..92ee2697ff