Kernel: Remove for_each_block from Ext2
This commit is contained in:
@@ -142,10 +142,7 @@ namespace Kernel
|
||||
|
||||
private:
|
||||
BAN::ErrorOr<uint32_t> data_block_index(uint32_t);
|
||||
|
||||
using block_callback_t = BAN::ErrorOr<bool>(*)(const BAN::Vector<uint8_t>&, void*);
|
||||
BAN::ErrorOr<void> for_each_block(block_callback_t, void*);
|
||||
|
||||
|
||||
uint32_t index() const { return m_index; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user