From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 18 Mar 2013 16:23:44 +0800 References: <1363431462-7651-1-git-send-email-ordex@autistici.org> In-Reply-To: <1363431462-7651-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: <201303181623.44674.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: add RCU compat code for linux < 2.6.34 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: The list for a Better Approach To Mobile Ad-hoc Networking On Saturday, March 16, 2013 18:57:42 Antonio Quartulli wrote: > In linux version < 2.6.34 rcu_dereference_raw() does not exist and needs to > be backported. > > Signed-off-by: Antonio Quartulli > --- > compat.h | 6 ++++++ > 1 file changed, 6 insertions(+) Applied in revision b4dba47. Thanks, Marek