|
@@ -2178,6 +2178,8 @@ static int cache_create(struct cache_args *ca, struct cache **result)
|
|
|
ti->num_discard_bios = 1;
|
|
|
ti->discards_supported = true;
|
|
|
ti->discard_zeroes_data_unsupported = true;
|
|
|
+ /* Discard bios must be split on a block boundary */
|
|
|
+ ti->split_discard_bios = true;
|
|
|
|
|
|
cache->features = ca->features;
|
|
|
ti->per_bio_data_size = get_per_bio_data_size(cache);
|