You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It means that if sub-directories are gradually removed from their parent directory, put_blocks is not invoked within simplefs_remove_from_dir to reclaim thier occupied blocks, leading to a data space leak.
since unlinking a directory will reclaim its blocks(by calling put_blocks):
why removing a dentry does not reclaim its blocks(if the block is empty)?
The text was updated successfully, but these errors were encountered: