github.com/cs3org/reva/v2@v2.27.7/changelog/2.9.0_2022-09-08/makeflockfileprivate.md (about) 1 Enhancement: Make the function flockFile private 2 3 Having that function exported is tempting people to use the func 4 to get the name for calling the lock functions. That is wrong, as 5 this function is just a helper to generate the lock file name from 6 a given file to lock. 7 8 https://github.com/cs3org/reva/pull/3204