]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: check pl.raise_count separately from its increment
authorXin Long <lucien.xin@gmail.com>
Wed, 30 Jun 2021 03:30:36 +0000 (23:30 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Jul 2021 18:46:44 +0000 (11:46 -0700)
commitb800f7c535eb2041fc956736d7fef660085156b9
tree57b313d0e209abecdc0e5c98448c14748cf0cf20
parent6dc16e45b0e57e8249702b3e87b446896c1ce26c
sctp: check pl.raise_count separately from its increment

As Marcelo's suggestion this will make code more clear to read.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/transport.c