[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20101109.114853.193732360.davem@davemloft.net>
Date: Tue, 09 Nov 2010 11:48:53 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: greearb@...delatech.com, netdev@...r.kernel.org
Subject: Re: [PATCH] net/dst: dst_dev_event() called after other notifiers
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Tue, 09 Nov 2010 20:37:55 +0100
> [PATCH] net/dst: dst_dev_event() called after other notifiers
Nice, applied.
However, I had to apply this by hand:
> static struct notifier_block dst_dev_notifier = {
> .notifier_call = dst_dev_event,
> + .priority = -10, /* must be called after other network notifiers */
> };
The character after ".notifier_call" in my tree is a TAB character but
in your patch it is a sequence of spaces. This isn't looking like the
usual email corruption, because the leading TAB characters on these
lines are properly there.
Please figure out why this happened so that it doesn't repeat in
future patches :-)
Thanks!
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists