Re: [PATCH 03/33] gadget: remove only user of aio retry

2013-04-12 Thread Jeff Moyer
Kent Overstreet writes: > From: Zach Brown > > This removes the only in-tree user of aio retry. This will let us remove > the retry code from the aio core. > > Removing retry is relatively easy as the USB gadget wasn't using it to > retry IOs at all. It always fully submitted the IO in the con

[PATCH 03/33] gadget: remove only user of aio retry

2013-03-21 Thread Kent Overstreet
From: Zach Brown This removes the only in-tree user of aio retry. This will let us remove the retry code from the aio core. Removing retry is relatively easy as the USB gadget wasn't using it to retry IOs at all. It always fully submitted the IO in the context of the initial io_submit() call.

Re: [PATCH 03/33] gadget: remove only user of aio retry

2013-03-21 Thread Felipe Balbi
Hi, On Thu, Mar 21, 2013 at 09:35:24AM -0700, Kent Overstreet wrote: > From: Zach Brown > > This removes the only in-tree user of aio retry. This will let us remove > the retry code from the aio core. > > Removing retry is relatively easy as the USB gadget wasn't using it to > retry IOs at all