drbd: use bdev_alignment_offset instead of queue_alignment_offset
The bdev version does the right thing for partitions, so use that. Fixes: 9104d31a759f ("drbd: introduce WRITE_SAME support") Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Christoph Böhmwalder <christoph.boehmwalder@linbit.com> Link: https://lore.kernel.org/r/20220415045258.199825-7-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
7a38acce22
commit
c6f23b1a05
@ -939,7 +939,7 @@ int drbd_send_sizes(struct drbd_peer_device *peer_device, int trigger_reply, enu
|
||||
p->qlim->logical_block_size =
|
||||
cpu_to_be32(bdev_logical_block_size(bdev));
|
||||
p->qlim->alignment_offset =
|
||||
cpu_to_be32(queue_alignment_offset(q));
|
||||
cpu_to_be32(bdev_alignment_offset(bdev));
|
||||
p->qlim->io_min = cpu_to_be32(bdev_io_min(bdev));
|
||||
p->qlim->io_opt = cpu_to_be32(bdev_io_opt(bdev));
|
||||
p->qlim->discard_enabled = blk_queue_discard(q);
|
||||
|
Loading…
x
Reference in New Issue
Block a user