Re: [PATCH 2/2] libpager: fix potential deadlock

2014-03-24 Thread Samuel Thibault
Justus Winter, le Fri 21 Mar 2014 13:57:53 +0100, a écrit : > This patch releases the interlock before doing an rpc call, analogous > to 901c61a1d25e7c8963e51012760a82730eda1910. > > * libpager/pager-attr.c (pager_change_attributes): Release interlock > before calling memory_object_change_attribut

[PATCH 2/2] libpager: fix potential deadlock

2014-03-21 Thread Justus Winter
This patch releases the interlock before doing an rpc call, analogous to 901c61a1d25e7c8963e51012760a82730eda1910. * libpager/pager-attr.c (pager_change_attributes): Release interlock before calling memory_object_change_attributes, to let the callbacks take it. --- libpager/pager-attr.c | 7 +