netdev
[Top] [All Lists]

Re: [PATCH][SCTP] Fix bug in sctp_init() error handling code.

To: Sridhar Samudrala <sri@xxxxxxxxxx>
Subject: Re: [PATCH][SCTP] Fix bug in sctp_init() error handling code.
From: "David S. Miller" <davem@xxxxxxxxxxxxx>
Date: Sun, 24 Apr 2005 20:29:26 -0700
Cc: netdev@xxxxxxxxxxx, lksctp-developers@xxxxxxxxxxxxxxxxxxxxx
In-reply-to: <Pine.LNX.4.61.0504221217120.5192@dyn9047018105.beaverton.ibm.com>
References: <Pine.LNX.4.61.0504221217120.5192@dyn9047018105.beaverton.ibm.com>
Sender: netdev-bounce@xxxxxxxxxxx
On Fri, 22 Apr 2005 12:28:39 -0700 (PDT)
Sridhar Samudrala <sri@xxxxxxxxxx> wrote:

> Please apply to 2.6.

I can't, something is mangled in your patches.  It too me a while
to figure out what was wrong but it's in the context lines not
modified by your patch.

> @@ -1159,8 +1159,6 @@
>       status = 0;
>   out:
>       return status;
> -err_add_protocol:
> -     proto_unregister(&sctp_prot);

Two leading spaces, then a tab, thus the patch doesn't apply.
That's a signature of a "*.rej" file btw.

Please resubmit the whole batch of SCTP patches you have once
you've corrected this problem.

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [PATCH][SCTP] Fix bug in sctp_init() error handling code., David S. Miller <=