mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02:00
Revert "AK: Get rid of make_singleton function"
This reverts commit 5a98e329d1.
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 03:18:22 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/68580d5a8d7
@@ -41,7 +41,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static AK::Singleton<VFS> s_the;
|
||||
static auto s_the = AK::make_singleton<VFS>();
|
||||
static constexpr int symlink_recursion_limit { 5 }; // FIXME: increase?
|
||||
static constexpr int root_mount_flags = MS_NODEV | MS_NOSUID | MS_RDONLY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user