Files
linux/fs/bcachefs
Kent Overstreet 6d1980f0af bcachefs: Fix deleted inode check for dirs
We could delete directories transactionally on rmdir()/unlink(), but we
don't; instead, like with regular files we wait for the VFS to call
evict().

That means that our check for directories in the deleted inodes btree is
wrong - the check should be for non-empty directories.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-12-08 00:39:56 -05:00
..
2023-11-05 13:12:18 -05:00
2023-11-28 22:58:22 -05:00
2023-11-28 22:58:22 -05:00
2023-11-05 13:12:08 -05:00
2023-11-14 23:44:44 -05:00
2023-11-05 13:12:08 -05:00
2023-11-05 13:12:08 -05:00