Hi Gu, On Fri, Mar 21, 2014 at 09:56:36AM +0800, Gu Zheng wrote: > This one is based on linux-next which has merged the following patch: > commit 692c9b8c5ee8d263bb8348171f0bebd3d84eb2c1 > Author: Tang Chen <tangc...@cn.fujitsu.com> > Date: Mon Mar 10 16:15:33 2014 +0800 > aio, memory-hotplug: Fix confliction when migrating and accessing ring pages. > > With this patch, the update of the ring's head pointer is safe because it is > protected > by completion_lock, so we do not need to enlarge the ring_lock protection > region. > And on the other side, if we take the ring_lock over the entire page migration > operation, reading events will be affected if the page migration is going.
I have dropped this particular change of Tang's from my aio-next tree. The spinlock addition in the read events code path is not needed if we take the ring_lock mutex in the page migration code path. This will ensure that we aren't needlessly regressing performance. I'll send out my replacement patch in a couple of minutes. -ben -- "Thought is the essence of where you are now." -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/