]> git.proxmox.com Git - pve-esxi-import-tools.git/commit
refcount cache enable state
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 4 Apr 2024 13:40:18 +0000 (15:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 4 Apr 2024 15:28:03 +0000 (17:28 +0200)
commitd7d566bc7f4def436a7663dcd8f43347e0811ede
tree2d74de97d48355d2b809f8e6b7a75b39dd6f654e
parent81a2fef39fa96fdd1bec251b3792f2ffea9449b6
refcount cache enable state

Otherwise, if the kernel has multiple `Open` requests for a file, a
`Release` request will disable the cache for all of them. This was
not a problem without Open/Release, as Lookups aren't dropped as long
as any references are around...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/cache.rs