Home
last modified time | relevance | path

Searched hist:"6 d7855c5" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/
H A Dsocket.c6d7855c5 Fri Jul 05 14:13:22 CDT 2019 Al Viro <viro@zeniv.linux.org.uk> sockfs: switch to ->free_inode()

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 <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>