Re: (subset) [PATCH 0/7] Remove unused SLOW_DOWN_IO

2022-05-15 Thread Michael Ellerman
On Fri, 15 Apr 2022 14:08:10 -0500, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Only alpha, ia64, powerpc, and sh define SLOW_DOWN_IO, and there are no > actual uses of it. The few references to it are in situations that are > themselves unused. Remove them all. > > It should be safe to app

Re: [PATCH 0/7] Remove unused SLOW_DOWN_IO

2022-04-25 Thread Bjorn Helgaas
On Fri, Apr 22, 2022 at 10:48:28AM -0700, Jakub Kicinski wrote: > On Fri, 15 Apr 2022 14:08:10 -0500 Bjorn Helgaas wrote: > > From: Bjorn Helgaas > > > > Only alpha, ia64, powerpc, and sh define SLOW_DOWN_IO, and there are no > > actual uses of it. The few references to it are in situations that

Re: [PATCH 0/7] Remove unused SLOW_DOWN_IO

2022-04-22 Thread Jakub Kicinski
On Fri, 15 Apr 2022 14:08:10 -0500 Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Only alpha, ia64, powerpc, and sh define SLOW_DOWN_IO, and there are no > actual uses of it. The few references to it are in situations that are > themselves unused. Remove them all. > > It should be safe to appl

[PATCH 0/7] Remove unused SLOW_DOWN_IO

2022-04-15 Thread Bjorn Helgaas
From: Bjorn Helgaas Only alpha, ia64, powerpc, and sh define SLOW_DOWN_IO, and there are no actual uses of it. The few references to it are in situations that are themselves unused. Remove them all. It should be safe to apply these independently and in any order. The only place SLOW_DOWN_IO i