]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
block/rnbd-clt: do not cap max_hw_sectors & max_segments with remote device
authorJack Wang <jinpu.wang@cloud.ionos.com>
Tue, 13 Oct 2020 10:30:49 +0000 (12:30 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 13 Oct 2020 21:05:05 +0000 (15:05 -0600)
commit050b654b2a70a978873bd5885a615c6a47c6205a
tree7a02c8c89986153fa3a4c2737014fe7ccc36582c
parent46a99e0cf6a4990b81bff1d6df0865a7b3a7cea2
block/rnbd-clt: do not cap max_hw_sectors & max_segments with remote device

The max_hw_secotrs is only limited by the transport, not remote device,
block layer on server side will split to the device limit if it's too
big.

The max_segments, similar, and rtrs server will submit single buffer, so
no need to cap.

Signed-off-by: Jack Wang <jinpu.wang@cloud.ionos.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/rnbd/rnbd-clt.c