Inode closing is something that needs a complete rework. Currently all sockets are closed when close() is called, which leads to connection closing if you fork()/exec() with socket being marked as CLOEXEC. Inodes should probably only be closed once they are not referenced anywhere. |
||
---|---|---|
.. | ||
kernel |