]> www.infradead.org Git - users/dwmw2/linux.git/commit
netlabel: remove impossible return value in netlbl_bitmap_walk
authorZhengchao Shao <shaozhengchao@huawei.com>
Tue, 27 Feb 2024 09:36:04 +0000 (17:36 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 29 Feb 2024 03:37:34 +0000 (19:37 -0800)
commit9ff74d77180a0b0b2705f62bd4dbd313e964ebf8
tree5ba80d41fe3345eccff9863b11c32f03533ca80d
parent3cbab89268c60eb38a0371117fe5b258b1a22dbb
netlabel: remove impossible return value in netlbl_bitmap_walk

Since commit 446fda4f2682 ("[NetLabel]: CIPSOv4 engine"), *bitmap_walk
function only returns -1. Nearly 18 years have passed, -2 scenes never
come up, so there's no need to consider it.

Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Acked-by: Paul Moore <paul@paul-moore.com>
Link: https://lore.kernel.org/r/20240227093604.3574241-1-shaozhengchao@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/cipso_ipv4.c
net/ipv6/calipso.c
net/netlabel/netlabel_kapi.c