Re: linux-next: Tree for May 18 (drivers/infiniband/ulp/rtrs/rtrs-clt.c)

From: Danil Kipnis
Date: Tue May 19 2020 - 02:55:51 EST


Hi Randy,

On Mon, May 18, 2020 at 5:01 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> On 5/18/20 3:57 AM, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20200515:
> >
>
> on i386:
>
> ../drivers/infiniband/ulp/rtrs/rtrs-clt.c: In function âalloc_sessâ:
> ../drivers/infiniband/ulp/rtrs/rtrs-clt.c:1447:42: error: âBLK_MAX_SEGMENT_SIZEâ undeclared (first use in this function); did you mean âUDP_MAX_SEGMENTSâ?
> sess->max_pages_per_mr = max_segments * BLK_MAX_SEGMENT_SIZE >> 12;
> ^~~~~~~~~~~~~~~~~~~~
> UDP_MAX_SEGMENTS
>
>
> Full randconfig file is attached.
Thanks a lot for the mail. Didn't try to compile this with block layer
disabled :/ Will send a fix for this today.
Best,
Danil

>
> --
> ~Randy
> Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>