aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/netdevsim/fib.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2022-04-08 12:45:59 -0700
committerDavid S. Miller <davem@davemloft.net>2022-04-11 11:55:53 +0100
commite8887b716142e41d5b975309a96fdcbe8e5bd698 (patch)
treee8ba720ed2d121ea107d8ef76b520872cd3c548f /drivers/net/netdevsim/fib.c
parentmptcp: diag: switch to context structure (diff)
downloadwireguard-linux-e8887b716142e41d5b975309a96fdcbe8e5bd698.tar.xz
wireguard-linux-e8887b716142e41d5b975309a96fdcbe8e5bd698.zip
mptcp: remove locking in mptcp_diag_fill_info
Problem is that listener iteration would call this from atomic context so this locking is not allowed. One way is to drop locks before calling the helper, but afaics the lock isn't really needed, all values are fetched via READ_ONCE(). Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/netdevsim/fib.c')
0 files changed, 0 insertions, 0 deletions