Skip to content
Unverified Commit 771867fc authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

fix concurrent metadentry creation

On metadentry creation, if the file alredy existed, we should use the
old file UUID and drop the one newly created.

WARNING: We are wasting one file UUID on each `creat` operation,
regardless if the file already existed or not.
parent 887f0710
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment