Re: [PATCH 1/1] rnbd/rtrs: pass max segment size from blk user to the rdma library
From: Danil Kipnis <hidden>
Date: 2020-05-19 09:14:41
Also in:
linux-next, linux-rdma
From: Danil Kipnis <hidden>
Date: 2020-05-19 09:14:41
Also in:
linux-next, linux-rdma
Hi Leon On Tue, May 19, 2020 at 10:48 AM Leon Romanovsky [off-list ref] wrote:
On Tue, May 19, 2020 at 10:01:36AM +0200, Danil Kipnis wrote:quoted
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.
I'm new to this for-next fix up procedure. What tree the commit I should reference with the fixes line should come from? Should I split this commit so that I can reference the commits which add separate files in the original patchset here https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git/log/?h=for-next ? And also if I have to fix yet another issue - how do I then reference the commit this patch creates if applied? Thank you!
Thanks