]> git.proxmox.com Git - proxmox-backup.git/commit
backup: use shared flock for base snapshot
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 14 Oct 2020 12:16:31 +0000 (14:16 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 15 Oct 2020 05:09:34 +0000 (07:09 +0200)
commit7d6c4c39e95773eaa642b3ca641947ac5771f130
tree8b7df8046364649a9b4844304f2c20d2b04c0c99
parentf153930066b7c413f7ed582c32ae33b206f39fcd
backup: use shared flock for base snapshot

To allow other reading operations on the base snapshot as well. No
semantic changes with this patch alone, as all other locks on snapshots
are exclusive.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
src/api2/backup.rs
src/tools/fs.rs