[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140827.181025.607135623492602985.davem@davemloft.net>
Date: Wed, 27 Aug 2014 18:10:25 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: erik.hugne@...csson.com
Cc: jon.maloy@...csson.com, ying.xue@...driver.com,
richard.alpe@...csson.com, netdev@...r.kernel.org,
tipc-discussion@...ts.sourceforge.net
Subject: Re: [PATCH v3 net-next 1/2] tipc: refactor name table updates out
of named packet receive routine
From: <erik.hugne@...csson.com>
Date: Tue, 26 Aug 2014 17:05:49 +0200
> From: Erik Hugne <erik.hugne@...csson.com>
>
> We need to perform the same actions when processing deferred name
> table updates, so this functionality is moved to a separate
> function.
>
> Signed-off-by: Erik Hugne <erik.hugne@...csson.com>
> Signed-off-by: Jon Maloy <jon.maloy@...csson.com>
> Acked-by: Ying Xue <ying.xue@...driver.com>
This patch set adds compiler warnings:
net/tipc/name_distr.c: In function ‘tipc_named_process_backlog’:
net/tipc/name_distr.c:346:7: warning: comparison of distinct pointer types lacks a cast [enabled by default]
net/tipc/name_distr.c:346:7: warning: comparison of distinct pointer types lacks a cast [enabled by default]
Please fix them and resubmit the entire series.
Thanks.
Powered by blists - more mailing lists