mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
Kernel: Remove big lock from sys$statvfs
This syscall doesn't access any unprotected shared data.
This commit is contained in:
parent
4ae93179f1
commit
d4ce43cf45
Notes:
sideshowbarker
2024-07-17 14:13:15 +09:00
Author: https://github.com/IdanHo
Commit: d4ce43cf45
Pull-request: https://github.com/SerenityOS/serenity/pull/13594
2 changed files with 2 additions and 2 deletions
|
@ -175,7 +175,7 @@ enum class NeedsBigProcessLock {
|
|||
S(socket, NeedsBigProcessLock::Yes) \
|
||||
S(socketpair, NeedsBigProcessLock::Yes) \
|
||||
S(stat, NeedsBigProcessLock::No) \
|
||||
S(statvfs, NeedsBigProcessLock::Yes) \
|
||||
S(statvfs, NeedsBigProcessLock::No) \
|
||||
S(symlink, NeedsBigProcessLock::No) \
|
||||
S(sync, NeedsBigProcessLock::No) \
|
||||
S(sysconf, NeedsBigProcessLock::No) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue