[pve-devel] applied-series: [PATCH v4 pve-zsync 1/4] Refactor locking

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Oct 11 12:09:23 CEST 2019


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.ebner at 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.




More information about the pve-devel mailing list