On Thu, Dec 28, 2023 at 07:55:44AM +0000, Christoph Hellwig wrote: > The discard granularity now defaults to a single sector, so don't set > that value explicitly. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Acked-by: Coly Li <colyli@xxxxxxx> Thanks. > --- > drivers/md/bcache/super.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c > index ecc1447f202a42..39ec95b8613f1f 100644 > --- a/drivers/md/bcache/super.c > +++ b/drivers/md/bcache/super.c > @@ -954,7 +954,6 @@ static int bcache_device_init(struct bcache_device *d, unsigned int block_size, > q->limits.max_segment_size = UINT_MAX; > q->limits.max_segments = BIO_MAX_VECS; > blk_queue_max_discard_sectors(q, UINT_MAX); > - q->limits.discard_granularity = block_size; > q->limits.io_min = block_size; > q->limits.logical_block_size = block_size; > q->limits.physical_block_size = block_size; > -- > 2.39.2 > > -- Coly Li