mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
Kernel: Make VirtualFileSystem::sync() static
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 09:22:13 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/07c4c892970
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user