Re: [PATCH 19/33] aio: kill struct aio_ring_info

2013-04-01 Thread Theodore Ts'o
On Thu, Mar 21, 2013 at 09:35:40AM -0700, Kent Overstreet wrote: > struct aio_ring_info was kind of odd, the only place it's used is where > it's embedded in struct kioctx - there's no real need for it. > > The next patch rearranges struct kioctx and puts various things on their > own cachelines -

[PATCH 19/33] aio: kill struct aio_ring_info

2013-03-21 Thread Kent Overstreet
struct aio_ring_info was kind of odd, the only place it's used is where it's embedded in struct kioctx - there's no real need for it. The next patch rearranges struct kioctx and puts various things on their own cachelines - getting rid of struct aio_ring_info now makes that reordering a bit cleare