Re: [PATCH 1/1] rnbd/rtrs: pass max segment size from blk user to the rdma library
From: Leon Romanovsky <leon@kernel.org>
Date: 2020-05-19 08:48:17
Also in:
linux-next, linux-rdma
From: Leon Romanovsky <leon@kernel.org>
Date: 2020-05-19 08:48:17
Also in:
linux-next, linux-rdma
On Tue, May 19, 2020 at 10:01:36AM +0200, Danil Kipnis wrote:
When Block Device Layer is disabled, BLK_MAX_SEGMENT_SIZE is undefined. The rtrs is a transport library and should compile independently of the block layer. The desired max segment size should be passed down by the user. Introduce max_segment_size parameter for the rtrs_clt_open() call. Signed-off-by: Danil Kipnis <redacted> Reported-by: Randy Dunlap <redacted> ---
Please, add fixes line. Thanks