[lxc-devel] [PATCH RFC] split up use of process_lock, and make process_lock return void

Serge Hallyn serge.hallyn at ubuntu.com
Tue Sep 17 23:06:44 UTC 2013


I have a rather large patch which does a great deal to improve the
concurrency.  The last deadlock I was getting was actually due to
sometimes fork()ing with process_lock() held.  In the child, which
no longer shares with the parents, that will never get raised.

I will test a bit more and hopefully send out a patch tomorrow.




More information about the lxc-devel mailing list