mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Kernel: Remove create_inode_watcher syscall from the big lock
This commit is contained in:
parent
cc558d95f0
commit
b26ecca970
Notes:
sideshowbarker
2024-07-17 07:31:31 +09:00
Author: https://github.com/AtkinsSJ
Commit: b26ecca970
Pull-request: https://github.com/SerenityOS/serenity/pull/17304
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/supercomputer7
2 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ enum class NeedsBigProcessLock {
|
|||
S(clock_settime, NeedsBigProcessLock::No) \
|
||||
S(close, NeedsBigProcessLock::No) \
|
||||
S(connect, NeedsBigProcessLock::No) \
|
||||
S(create_inode_watcher, NeedsBigProcessLock::Yes) \
|
||||
S(create_inode_watcher, NeedsBigProcessLock::No) \
|
||||
S(create_thread, NeedsBigProcessLock::Yes) \
|
||||
S(dbgputstr, NeedsBigProcessLock::No) \
|
||||
S(detach_thread, NeedsBigProcessLock::Yes) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue