github.com/cs3org/reva/v2@v2.27.7/changelog/2.11.0_2022-11-03/decomposedfs-check-error.md (about) 1 Bugfix: add missing error check in decomposedfs 2 3 During space creation the decomposedfs now checks for errors when trying to read the root node. This prevents a panic by no longer calling InternalPath on the node. 4 5 https://github.com/cs3org/reva/pull/3430 6 https://github.com/owncloud/ocis/issues/4961