Kernel: Fix ext2 inode deletion cleanup
I now cleanup all blocks (including direct) in i_block array
This commit is contained in:
@@ -49,6 +49,7 @@ namespace Kernel
|
||||
BAN::ErrorOr<void> link_inode_to_directory(Ext2Inode&, BAN::StringView name);
|
||||
BAN::ErrorOr<bool> is_directory_empty();
|
||||
|
||||
void cleanup_indirect_block(uint32_t block, uint32_t depth);
|
||||
BAN::ErrorOr<void> cleanup_default_links();
|
||||
void cleanup_from_fs();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user