change the way to get existing fdentity to optimize concurrent IO performance (#2623) * change the way to get existing fdentity * fix compiling err for ver > 1.91 * use GetROPath instead of GetPath * compare FdEntity::ro_path first in FdEntity::GetFdEntityHasLock() --------- Co-authored-by: fangqianan.fqa <fangqianan.fqa@alibaba-inc.com>
Recent Commits to s3fs-fuse:master
-
change the way to get existing fdentity to optimize concurrent IO per…
-
Added backup variable for fdcache entity path (#2637)
Added backup variable for fdcache entity path (#2637)
-
Remove unneeded uses of std::map::operator[] (#2642)
Remove unneeded uses of std::map::operator[] (#2642) These unintentionally mutate the map. Script suggested by @danmar.