From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 18 Jan 2010 19:31:22 +0800 References: <20100104182710.GA24091@pandem0nium> <20100117201558.GA8696@pandem0nium> In-Reply-To: <20100117201558.GA8696@pandem0nium> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201001181931.22344.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Add bonding functionality 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 Hi, > i've just committed this patch in revision 1551, as no further comments and > critiques came in. I would consider this patch rather simple, and as > experimental feature it is switched off by default anyways ... :) > > I've changed only a small thing in the committed patch: When neighbors are > purged, the bonding candidate list gets updated instead of bonding > switched off. did not have the time to go through your patch in much detail. I just scrolled over it and stumbled over routing.c line 1018. I guess you wanted to write: spin_*un*lock_irqsave(&orig_hash_lock, flags); Regards, Marek