Re: [PATCH 19/22] multipathd: make multipath devices manage their path check times

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Jul 16, 2024 at 06:36:35PM +0200, Martin Wilck wrote:
> On Mon, 2024-07-15 at 22:49 +0200, Martin Wilck wrote:
> > On Sat, 2024-07-13 at 02:05 -0400, Benjamin Marzinski wrote:

> > > +	next_idx = (start_secs + pp->tick) % adjust_int;
> > > +	if (next_idx > goal_idx && next_idx - goal_idx < pp-
> > > > checkint)
> > > +		pp->tick--;
> 
> This code raises compilation errors on some architectures, see
> https://github.com/openSUSE/multipath-tools/actions/runs/9942603306/job/27464440204
> 
> Martin

Thanks. Switching to your modulo idea for checking offset will avoid
this.

-Ben





[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux