]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
nexthop: Remove redundant group len check in nexthop_create_group().
authorKuniyuki Iwashima <kuniyu@amazon.com>
Wed, 19 Mar 2025 23:06:50 +0000 (16:06 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 25 Mar 2025 14:32:00 +0000 (07:32 -0700)
commitb6af3890574a674d54216dacb66470fb7147b835
tree86186d59aa4d00d5c7bc67f3e96a8d5bef6ac999
parent53b18aa998b733d91ee4be45619d8e9738aac67c
nexthop: Remove redundant group len check in nexthop_create_group().

The number of NHA_GROUP entries is guaranteed to be non-zero in
nh_check_attr_group().

Let's remove the redundant check in nexthop_create_group().

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://patch.msgid.link/20250319230743.65267-6-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/nexthop.c