On Wed, 2006-08-30 at 12:44 -0700, Andrew Morton wrote: > I think I'll just slam all this in at the first opportunity. Stuff will > break, but it will be easy to fix. > > If you try to upissue this patchset I shall be seeking an IP-routable hand > grenade. > > On Tue, 29 Aug 2006 19:06:34 +0100 > David Howells wrote: > > > +static inline long blk_congestion_wait(int rw, long timeout) > > +{ > > + return timeout; > > +} > > This function is misnamed and is implemented in the wrong place. It's not > really a block thing at all. If/when/soon NFS starts to implement it and > call it, things will need to be renamed and reshuffled. Already done in the NFS git tree. See attached patch.