created | 2021-02-11T18:12:40Z |
---|---|
begin | 2021-02-08T08:18:45Z |
end | 2021-02-08T09:18:30Z |
path | src/sys |
commits | 1 |
date | 2021-02-08T09:18:30Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/kern/tty_pty.c | log | diff | annotate |
message |
Do not hold onto the fdplock longer then needed. Release the lock after the initial falloc() calls and then regrab it for the fdinsert() or fdremove() calls respectiviely. Also move closef() outside of the lock. This replaces the previously reverted lock order change that was reverted. OK mvs@ visa@ |