github.com/cs3org/reva/v2@v2.27.7/changelog/2.13.3_2023-05-17/fix-deadlock-by-passing-reader.md (about) 1 Bugfix: decomposedfs no longer deadlocks when cache is disabled 2 3 We now pass a Reader for the locked file to lower level functions so metadata can be read without aquiring a new file lock. 4 5 https://github.com/cs3org/reva/pull/3886