Re: [DRBD-user] drbd build failure due to missing REQ_OP_WRITE_SAME symbol

2022-07-26 Thread Reid Wahl
On Tue, Jul 26, 2022 at 2:42 AM Roland Kammerer wrote: > > On Tue, Jul 26, 2022 at 11:11:01AM +0200, Christoph Böhmwalder wrote: > > ... and this is why we'll all be happy when DRBD is finally *only* in > > the upstream kernel again :) > > especially the RHEL/CentOS users where the in-tree DRBD mo

Re: [DRBD-user] drbd build failure due to missing REQ_OP_WRITE_SAME symbol

2022-07-26 Thread Reid Wahl
On Tue, Jul 26, 2022 at 2:11 AM Christoph Böhmwalder wrote: > > Am 26.07.22 um 03:24 schrieb Reid Wahl: > > drbd_csum_bio() in drbd_sender.c uses a constant (REQ_OP_WRITE_SAME) > > that was removed from the kernel in February: > > - https://github.com/LINBIT/drbd/blob/drbd-9.1/drbd/drbd_sender.c#L

Re: [DRBD-user] drbd build failure due to missing REQ_OP_WRITE_SAME symbol

2022-07-26 Thread Roland Kammerer
On Tue, Jul 26, 2022 at 11:11:01AM +0200, Christoph Böhmwalder wrote: > ... and this is why we'll all be happy when DRBD is finally *only* in > the upstream kernel again :) especially the RHEL/CentOS users where the in-tree DRBD module is disabled :P ___

Re: [DRBD-user] drbd build failure due to missing REQ_OP_WRITE_SAME symbol

2022-07-26 Thread Christoph Böhmwalder
Am 26.07.22 um 03:24 schrieb Reid Wahl: > drbd_csum_bio() in drbd_sender.c uses a constant (REQ_OP_WRITE_SAME) > that was removed from the kernel in February: > - https://github.com/LINBIT/drbd/blob/drbd-9.1/drbd/drbd_sender.c#L360-L361 > > Here's where the constant was removed: > - > https://git