Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
we do have an RCU-delayed part there already (freeing the wq), so it's not like the pipe situation; moreover, it might be worth considering coallocating wq with the rest of struct sock_alloc. ->sk_wq in struct sock would remain a pointer as it is, but the object it normally points to would be coallocated with struct socket... Signed-off-by: Al Viro <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information