commit | 050b654b2a70a978873bd5885a615c6a47c6205a | [log] [tgz] |
---|---|---|
author | Jack Wang <jinpu.wang@cloud.ionos.com> | Tue Oct 13 12:30:49 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 13 15:05:05 2020 -0600 |
tree | 7a02c8c89986153fa3a4c2737014fe7ccc36582c | |
parent | 46a99e0cf6a4990b81bff1d6df0865a7b3a7cea2 [diff] |
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>