Skip to content
Commit 6d1980f0 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

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: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent e5972888
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment