mbox series

[0/1] Fix RTRS compilation with block layer disabled

Message ID 20200519080136.885628-1-danil.kipnis@cloud.ionos.com (mailing list archive)
Headers show
Series Fix RTRS compilation with block layer disabled | expand

Message

Danil Kipnis May 19, 2020, 8:01 a.m. UTC
Hi Jason, Hi All,

this fixes the compilation problem reported by Randy Dunlap for RTRS on
rdma for-next.

Jason, am I even doing the right thing sending the fixes for the issues
reported for the for-next for RTRS/RNBD to here?

Danil Kipnis (1):
  rnbd/rtrs: pass max segment size from blk user to the rdma library

 drivers/block/rnbd/rnbd-clt.c          |  1 +
 drivers/infiniband/ulp/rtrs/rtrs-clt.c | 17 +++++++++++------
 drivers/infiniband/ulp/rtrs/rtrs-clt.h |  1 +
 drivers/infiniband/ulp/rtrs/rtrs.h     |  1 +
 4 files changed, 14 insertions(+), 6 deletions(-)

Comments

Leon Romanovsky May 19, 2020, 8:45 a.m. UTC | #1
On Tue, May 19, 2020 at 10:01:35AM +0200, Danil Kipnis wrote:
> Hi Jason, Hi All,
>
> this fixes the compilation problem reported by Randy Dunlap for RTRS on
> rdma for-next.
>
> Jason, am I even doing the right thing sending the fixes for the issues
> reported for the for-next for RTRS/RNBD to here?
>
> Danil Kipnis (1):
>   rnbd/rtrs: pass max segment size from blk user to the rdma library

Danil,

There is no need in cover letter for one patch.

Thanks

>
>  drivers/block/rnbd/rnbd-clt.c          |  1 +
>  drivers/infiniband/ulp/rtrs/rtrs-clt.c | 17 +++++++++++------
>  drivers/infiniband/ulp/rtrs/rtrs-clt.h |  1 +
>  drivers/infiniband/ulp/rtrs/rtrs.h     |  1 +
>  4 files changed, 14 insertions(+), 6 deletions(-)
>
> --
> 2.25.1
>
Jason Gunthorpe May 19, 2020, 11:34 p.m. UTC | #2
On Tue, May 19, 2020 at 10:01:35AM +0200, Danil Kipnis wrote:
> Hi Jason, Hi All,
> 
> this fixes the compilation problem reported by Randy Dunlap for RTRS on
> rdma for-next.
> 
> Jason, am I even doing the right thing sending the fixes for the issues
> reported for the for-next for RTRS/RNBD to here?

Yes, I will take them.

Do not send cover letters for single patches please

Jason