lkml.org 
[lkml]   [2018]   [Dec]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 6/7] sctp: Convert to genradix
On Mon, 17 Dec 2018 08:19:28 -0500 Kent Overstreet <kent.overstreet@gmail.com> wrote:

> @@ -535,9 +470,6 @@ int sctp_send_add_streams(struct sctp_association *asoc,
> goto out;
> }
>
> - stream->incnt = incnt;
> - stream->outcnt = outcnt;
> -
> asoc->strreset_outstanding = !!out + !!in;
>

I'm seeing a reject here for some reason. Using todays's linux-next,
but there are no changes against net/sctp/stream.c in -next. The
assignment to stream->incnt has disappeared. I did this:

@@ -535,8 +470,6 @@ int sctp_send_add_streams(struct sctp_as
goto out;
}

- stream->outcnt = outcnt;
-
asoc->strreset_outstanding = !!out + !!in;

out:


We're at 4.20-rc7 and this series is rather large. I'll merge them all
to see what happens, but I don't think it's 4.21-rc1 material?

\
 
 \ /
  Last update: 2018-12-17 21:51    [W:0.055 / U:1.808 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site