diff options
| author | Christoph Hellwig <[email protected]> | 2018-07-30 09:42:11 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-07-30 09:10:25 -0700 |
| commit | d8bbd13beeaacd6494954bf5b945b54ccb2af309 (patch) | |
| tree | e3c719c6148c5a38aedc727618122e3e6e2a6b04 /tools/perf/scripts/python/syscall-counts.py | |
| parent | dd979b4df817e9976f18fb6f9d134d6bc4a3c317 (diff) | |
net: don not detour through struct sock to find the poll waitqueue
For any open socket file descriptor sock->sk->sk_wq->wait will always
point to sock->wq->wait. That means we can do the shorter dereference
and removal a NULL check and don't have to not worry about any RCU
protection.
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions