On 10/10/19 11:55 AM, Fabian Ebner wrote:
> This introduces a new locked() mechanism allowing to enclose locked
> sections in a cleaner way. There's only two types of locks namely one
> for state and cron (they are always read together and almost always
> written together) and one for sync.
> 
> Signed-off-by: Fabian Ebner <f.eb...@proxmox.com>
> ---
> 
> Changes from v3:
>     * Split patches up further
>     * Do not touch eval blocks in update_state anymore
> 
> Changes from v2:
>     * Split into two patches
> 
> Changes from v1:
>     * Refactored locking as Thomas and Fabian suggested
> 
>  pve-zsync | 223 ++++++++++++++++++++++++++++--------------------------
>  1 file changed, 114 insertions(+), 109 deletions(-)
> 

applied series, much thanks for this, it was now split up nicely; much
easier to digest for me.

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to