diff options
author | Andreas Kling <kling@serenityos.org> | 2022-04-03 22:18:57 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-04-03 22:18:57 +0200 |
commit | 85ceab1fec1aa5b8c0475c6314274e16ea57389a (patch) | |
tree | cfbdfe6b34bea3b86b0cd682459519a54bbb7798 /Kernel/Syscalls/pipe.cpp | |
parent | bc4282c773cf04d981aebde36e3cab4efefe2e7a (diff) | |
download | serenity-85ceab1fec1aa5b8c0475c6314274e16ea57389a.zip |
Kernel: Don't hog file descriptor table lock in sys$listen()
We don't need to hold the lock across the entire syscall. Once we've
fetched the open file description we're interested in, we can let go.
Diffstat (limited to 'Kernel/Syscalls/pipe.cpp')
0 files changed, 0 insertions, 0 deletions