Re: [PATCH v5 1/5] sctp: Remove superfluous test in sctp_ulpq_reasm_drain().

2019-04-11 Thread Marcelo Ricardo Leitner
On Thu, Apr 11, 2019 at 03:01:53PM -0700, David Miller wrote: > > Inside the loop, we always start with event non-NULL. > > Signed-off-by: David S. Miller Acked-by: Marcelo Ricardo Leitner > --- > net/sctp/ulpqueue.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/n

[PATCH v5 1/5] sctp: Remove superfluous test in sctp_ulpq_reasm_drain().

2019-04-11 Thread David Miller
Inside the loop, we always start with event non-NULL. Signed-off-by: David S. Miller --- net/sctp/ulpqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c index 5dde92101743..0fecc1fb4ab7 100644 --- a/net/sctp/ulpqueue.c +++ b/net

[PATCH v5 1/5] sctp: Remove superfluous test in sctp_ulpq_reasm_drain().

2019-04-10 Thread David Miller
Inside the loop, we always start with event non-NULL. Signed-off-by: David S. Miller --- net/sctp/ulpqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sctp/ulpqueue.c b/net/sctp/ulpqueue.c index 5dde92101743..0fecc1fb4ab7 100644 --- a/net/sctp/ulpqueue.c +++ b/net