Il 01/07/2013 16:29, Jan Kiszka ha scritto: > Reviewed-by: Jan Kiszka <jan.kis...@siemens.com> > > BTW, shouldn't object_ref/unref be converted to atomics / > __sync_fetch_and_add/sub? I'm carrying a modified patch by Ping Fan for > this here.
Yes, they should. Not necessarily _now_, but certainly before the RCU stuff I posted (which should include call_rcu-ification of the object_finalize call). If you send that patch I'll pick it up as well. Paolo