On Tue, Jun 25, 2013 at 5:40 PM, Kevin Wolf <kw...@redhat.com> wrote: > Am 25.06.2013 um 19:26 hat Liu Ping Fan geschrieben: >> BH will be used outside big lock, so introduce lock to protect >> between the writers, ie, bh's adders and deleter. The lock only >> affects the writers and bh's callback does not take this extra lock. >> Note that for the same AioContext, aio_bh_poll() can not run in >> parallel yet. >> >> Signed-off-by: Liu Ping Fan <pingf...@linux.vnet.ibm.com> >> >> --------- > > Please use exactly three dashes so that 'git am' recognises it as the > end of the commit message. > Sorry, I will notice at the next time. Should I re-post it?
Thanks and regards, Pingfan > This doesn't compile yet because smp_read_barrier_depends() isn't merged > yet, so maybe there's still time for some nitpicking: Wouldn't using > atomic_set/get better document things and make them easier to read? > > It should be correct anyway, so: > > Reviewed-by: Kevin Wolf <kw...@redhat.com>