]> git.baikalelectronics.ru Git - kernel.git/commit
net/packet: constify __packet_rcv_has_room()
authorEric Dumazet <edumazet@google.com>
Wed, 12 Jun 2019 16:52:29 +0000 (09:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 15 Jun 2019 01:52:14 +0000 (18:52 -0700)
commita850618bee1d05ae5eb244884e0d96b54b828672
tree7fd96784350d56925a0151eb680baa94b8107d08
parentb8bbbdb0c7b6695be15c1cfd72633cc55aba2d9a
net/packet: constify __packet_rcv_has_room()

Goal is use the helper without lock being held.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/packet/af_packet.c