mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
Kernel: Remove big lock from sys$getsockopt
This syscall doesn't access any unprotected shared data.
This commit is contained in:
parent
849c227f72
commit
c2372242b1
Notes:
sideshowbarker
2024-07-17 14:13:35 +09:00
Author: https://github.com/IdanHo
Commit: c2372242b1
Pull-request: https://github.com/SerenityOS/serenity/pull/13594
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ enum class NeedsBigProcessLock {
|
|||
S(getrusage, NeedsBigProcessLock::Yes) \
|
||||
S(getsid, NeedsBigProcessLock::Yes) \
|
||||
S(getsockname, NeedsBigProcessLock::Yes) \
|
||||
S(getsockopt, NeedsBigProcessLock::Yes) \
|
||||
S(getsockopt, NeedsBigProcessLock::No) \
|
||||
S(gettid, NeedsBigProcessLock::No) \
|
||||
S(getuid, NeedsBigProcessLock::Yes) \
|
||||
S(inode_watcher_add_watch, NeedsBigProcessLock::Yes) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue