On Thu, May 21, 2020 at 09:12:59AM -0700, Randy Dunlap wrote: > On 5/19/20 4:44 PM, Jason Gunthorpe wrote: > > On Tue, May 19, 2020 at 01:14:19PM +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. > >> > >> Fixes: f7a7a5c228d4 ("block/rnbd: client: main functionality") > >> Fixes: 6a98d71daea1 ("RDMA/rtrs: client: main functionality") > >> Fixes: cb80329c9434 ("RDMA/rtrs: client: private header with client structs and functions") > >> Fixes: b5c27cdb094e ("RDMA/rtrs: public interface header to establish RDMA connections") > >> > >> Signed-off-by: Danil Kipnis <danil.kipnis@xxxxxxxxxxxxxxx> > >> Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > >> Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> # build-tested > >> v1->v2 Add Fixes lines. > > > > Applied to for-next, thanks > > Hi Jason, > > Does your "for-next" feed into linux-next? > I am still seeing this build error today (linux-next 20200521). Yes, it is usually delayed a bit. It should be there tomorrow Thanks, Jason