1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00

Kernel: Make VirtualFileSystem::sync() static

This commit is contained in:
Andreas Kling 2021-07-11 00:26:17 +02:00
parent 0d39bd04d3
commit 07c4c89297
Notes: sideshowbarker 2024-07-18 09:22:13 +09:00
3 changed files with 3 additions and 3 deletions

View file

@ -93,7 +93,7 @@ public:
InodeIdentifier root_inode_id() const;
void sync();
static void sync();
Custody& root_custody();
KResultOr<NonnullRefPtr<Custody>> resolve_path(StringView path, Custody& base, RefPtr<Custody>* out_parent = nullptr, int options = 0, int symlink_recursion_level = 0);