From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Fri, 21 Jan 2011 16:08:48 +0100 References: <1295500975-3884-1-git-send-email-sven@narfation.org> In-Reply-To: <1295500975-3884-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201101211608.48935.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Mark bucket_free_orig_rcu as static 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 Thursday 20 January 2011 06:22:54 Sven Eckelmann wrote: > -void bucket_free_orig_rcu(struct rcu_head *rcu) > +static void bucket_free_orig_rcu(struct rcu_head *rcu) > { > struct element_t *bucket; > struct orig_node *orig_node; Applied in revision 1910. Thanks, Marek