Re: [PATCH v2] dm-zone: Use bdev_*() helper functions where applicable

2025-05-16 Thread Pankaj Raghav (Samsung)
On Wed, May 14, 2025 at 01:50:33PM -0700, Bart Van Assche wrote: > Improve code readability by using bdev_is_zone_aligned() and > bdev_offset_from_zone_start() where applicable. No functionality > has been changed. > > This patch is a reworked version of a patch from Pankaj Raghav. > > See also

Re: [PATCH v2] dm-zone: Use bdev_*() helper functions where applicable

2025-05-15 Thread Damien Le Moal
On 5/14/25 22:50, Bart Van Assche wrote: > Improve code readability by using bdev_is_zone_aligned() and > bdev_offset_from_zone_start() where applicable. No functionality > has been changed. > > This patch is a reworked version of a patch from Pankaj Raghav. > > See also > https://lore.kernel.or

[PATCH v2] dm-zone: Use bdev_*() helper functions where applicable

2025-05-14 Thread Bart Van Assche
Improve code readability by using bdev_is_zone_aligned() and bdev_offset_from_zone_start() where applicable. No functionality has been changed. This patch is a reworked version of a patch from Pankaj Raghav. See also https://lore.kernel.org/linux-block/20220923173618.6899-11-p.rag...@samsung.com