]> www.infradead.org Git - users/dwmw2/linux.git/commit
dm: Remove max_write_zeroes_granularity
authorDamien Le Moal <dlemoal@kernel.org>
Thu, 4 Jul 2024 13:45:00 +0000 (15:45 +0200)
committerMikulas Patocka <mpatocka@redhat.com>
Wed, 10 Jul 2024 11:10:06 +0000 (13:10 +0200)
commit396a27e91265a6632be17bebacb6743f0b9447be
tree7a9395ee70f8dc256053c7840c3b5d190d45d39d
parent7017ded001076593e03540840a5f5b80209bab67
dm: Remove max_write_zeroes_granularity

The max_write_zeroes_granularity boolean of struct dm_target is used in
__process_abnormal_io() but never set by any target. Remove this field
and the dead code using it.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
drivers/md/dm.c
include/linux/device-mapper.h