From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 18 Mar 2013 16:21:41 +0800 References: <1363434558-29876-1-git-send-email-ordex@autistici.org> In-Reply-To: <1363434558-29876-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201303181621.42219.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: add RCU compat code for kernel < 2.6.37 Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org On Saturday, March 16, 2013 19:49:18 Antonio Quartulli wrote: > In linux version < 2.6.37 hlist_first_rcu() and hlist_next_rcu() do not > exist and therefore they need to be backported. > > Signed-off-by: Antonio Quartulli > --- > compat.h | 6 ++++++ > 1 file changed, 6 insertions(+) Applied in revision 80e3bf8. Thanks, Marek