mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
Kernel: Rename FS => FileSystem
This matches our common naming style better.
This commit is contained in:
@@ -865,7 +865,7 @@ KResultOr<size_t> Plan9FSInode::directory_entry_count() const
|
||||
return count;
|
||||
}
|
||||
|
||||
KResult Plan9FSInode::traverse_as_directory(Function<bool(const FS::DirectoryEntryView&)> callback) const
|
||||
KResult Plan9FSInode::traverse_as_directory(Function<bool(FileSystem::DirectoryEntryView const&)> callback) const
|
||||
{
|
||||
KResult result = KSuccess;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user