Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'for-6.10/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm

Pull device mapper fix from Mikulas Patocka:

- Fix broken discard for device mapper VDO target

* tag 'for-6.10/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
dm vdo: replace max_discard_sectors with max_hw_discard_sectors

+1 -1
+1 -1
drivers/md/dm-vdo/dm-vdo-target.c
··· 945 945 * The value is used by dm-thin to determine whether to pass down discards. The block layer 946 946 * splits large discards on this boundary when this is set. 947 947 */ 948 - limits->max_discard_sectors = 948 + limits->max_hw_discard_sectors = 949 949 (vdo->device_config->max_discard_blocks * VDO_SECTORS_PER_BLOCK); 950 950 951 951 /*