OSDN Git Service

net: remove the unnecessary check in cipso_v4_doi_free
author王贇 <yun.wang@linux.alibaba.com>
Fri, 3 Sep 2021 02:27:18 +0000 (10:27 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Sep 2021 12:52:29 +0000 (13:52 +0100)
commit9756e44fd4d283ebcc94df353642f322428b73de
tree3a00e0b51946d16fdeb88145c143f82604f675d3
parentddd0d5293810c1882e2a96f8cce1678823b1dd38
net: remove the unnecessary check in cipso_v4_doi_free

The commit 733c99ee8be9 ("net: fix NULL pointer reference in
cipso_v4_doi_free") was merged by a mistake, this patch try
to cleanup the mess.

And we already have the commit e842cb60e8ac ("net: fix NULL
pointer reference in cipso_v4_doi_free") which fixed the root
cause of the issue mentioned in it's description.

Suggested-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: Michael Wang <yun.wang@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/cipso_ipv4.c