commit | 80285b75c683484db4daf02c41009e4424738dd3 | [log] [tgz] |
---|---|---|
author | Al Viro <[email protected]> | Wed Sep 02 11:45:57 2020 -0400 |
committer | Al Viro <[email protected]> | Sun Oct 25 20:01:46 2020 -0400 |
tree | 09755eed7e6cc4128d787e26e9f62083c0d042d7 | |
parent | 3650b228f83adda7e5ee532e2b90429c03f7b9ec [diff] |
epoll: switch epitem->pwqlist to single-linked list We only traverse it once to destroy all associated eppoll_entry at epitem destruction time. The order of traversal is irrelevant there. Signed-off-by: Al Viro <[email protected]>