mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 12:18:25 +00:00
Kernel: Enable early-returns from VFS::for_each_mount
This commit is contained in:
committed by
Andreas Kling
parent
735da58d44
commit
88ca12f037
@@ -66,7 +66,7 @@ public:
|
||||
KResult mknod(StringView path, mode_t, dev_t, Custody& base);
|
||||
KResultOr<NonnullRefPtr<Custody>> open_directory(StringView path, Custody& base);
|
||||
|
||||
void for_each_mount(Function<void(const Mount&)>) const;
|
||||
void for_each_mount(Function<IterationDecision(const Mount&)>) const;
|
||||
|
||||
InodeIdentifier root_inode_id() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user