]> git.ipfire.org Git - thirdparty/linux.git/commit
ipmr: Convert mr_table.cache_resolve_queue_len to u32.
authorKuniyuki Iwashima <kuniyu@google.com>
Tue, 9 Jun 2026 22:20:04 +0000 (22:20 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 11 Jun 2026 22:17:30 +0000 (15:17 -0700)
commit65440a8ce42d89caaee26f70bd0ee09b92ec2c03
treeb7bdf0616236e9abd2b0b2d5256d0c2e56965c6c
parent034b95cf69e0b1d5490a00b0305426762938a035
ipmr: Convert mr_table.cache_resolve_queue_len to u32.

mr_table.cache_resolve_queue_len is always updated under
spin_lock_bh(&mfc_unres_lock).

Let's convert it to u32.

Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Link: https://patch.msgid.link/20260609222013.1550355-1-kuniyu@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/mroute_base.h
net/ipv4/ipmr.c
net/ipv6/ip6mr.c