]> git.baikalelectronics.ru Git - kernel.git/commit
ipmr: change igmpmsg_netlink_event() prototype
authorEric Dumazet <edumazet@google.com>
Thu, 23 Jun 2022 04:34:33 +0000 (04:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jun 2022 10:34:37 +0000 (11:34 +0100)
commit6fe51cb12406934cb8dd7b716303a7a2416ebf19
treeb85c3396935f3c1532a7999585f1b087d510ddbf
parentf5fd7c2684de5da97547df22b857b59613fc7f1e
ipmr: change igmpmsg_netlink_event() prototype

igmpmsg_netlink_event() first argument can be marked const.

igmpmsg_netlink_event() reads mrt->net and mrt->id,
both being set once in mr_table_alloc().

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