From patchwork Sat Dec 15 11:09:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 2662 Return-Path: Received: from nm22-vm7.bullet.mail.ukl.yahoo.com (nm22-vm7.bullet.mail.ukl.yahoo.com [217.12.10.73]) by open-mesh.org (Postfix) with ESMTPS id 5F2E2601982 for ; Sat, 15 Dec 2012 12:09:18 +0100 (CET) Received: from [217.146.183.214] by nm22.bullet.mail.ukl.yahoo.com with NNFMP; 15 Dec 2012 11:09:18 -0000 Received: from [217.146.182.142] by tm7.bullet.mail.ukl.yahoo.com with NNFMP; 15 Dec 2012 11:09:18 -0000 Received: from [127.0.0.1] by smtp115.mail.ukl.yahoo.com with NNFMP; 15 Dec 2012 11:09:18 -0000 X-Yahoo-Newman-Id: 45458.30108.bm@smtp115.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: uEA2RpUVM1kp2S_9r2a5x3KzvWS4pllt3N1f1MzLyKln3w9 pjGjW75Yhoq5n9MRzxhqFQLMb.OWZ8LzGA8xt48ITxsXKN.qQAcv1yLf6v0J 2g8awmITMoLdhbY2ygOJmK1MhL0cLBVyj4z8oqL0RNHm0z5iO7d2nsPT_w49 hooaiCq5piSfAjyzID2r6uTe9ML6_naulU.5s3pgcxd7.fPsg_0cxGf8dEos EtaCOw66NA6c4BzcjFr1Bd1WbrtNrqXAY04j4gIX7Hn6JzNLoEdgDBp2FqNy 4Yr1RmDadvCafhyyxUjZqNw_HBcYahCVh.jWeAmDMpfmDfNEs0dKaxeW_4Ym GEeIrq0IlwannVbLwYwprLbUrHy7t6hDEsk1Vsw0IKkRuYQdFFEu8xRSUQb5 H6SI28dtV5lmsK5Jf_Db3lSVR1bRzpkWRGI7IsZ2sQ5eXzfXraQ4esc3UCy. aQsrUcvLY39vyCtV9 X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- Received: from localhost (lindner_marek@1.36.72.186 with plain) by smtp115.mail.ukl.yahoo.com with SMTP; 15 Dec 2012 03:09:17 -0800 PST From: Marek Lindner To: b.a.t.m.a.n@lists.open-mesh.org Date: Sat, 15 Dec 2012 19:09:11 +0800 Message-Id: <1355569751-6668-1-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.10.4 Cc: Marek Lindner Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: remove unused variable from orig_node struct X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.15 Precedence: list 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: , X-List-Received-Date: Sat, 15 Dec 2012 11:09:18 -0000 Signed-off-by: Marek Lindner --- types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/types.h b/types.h index 030ce41..441880a 100644 --- a/types.h +++ b/types.h @@ -119,7 +119,6 @@ struct batadv_orig_node { spinlock_t ogm_cnt_lock; /* bcast_seqno_lock protects bcast_bits, last_bcast_seqno */ spinlock_t bcast_seqno_lock; - spinlock_t tt_list_lock; /* protects tt_list */ atomic_t bond_candidates; struct list_head bond_list; };