Skip to content

watchfs: treesize propagation issues #1921

@rhafer

Description

@rhafer

Describe the bug

When updating or deleting files on a watchfs-enabled system the treesize changes are not propagated correctlys

Steps to reproduce

Inside the space root of a personal space do:

# xattr -p user.oc.treesize .
0
# echo 1234567890 > test.txt
# xattr -p user.oc.treesize .
11
# echo 12345 > test.txt
# xattr -p user.oc.treesize .
11
# rm test.txt
# xattr -p user.oc.treesize .
11

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions