From: Johannes Berg Date: Fri, 18 Nov 2011 14:27:31 +0000 (+0100) Subject: mac80211: minor cleanup to mesh state locking X-Git-Tag: v3.3-rc1~182^2~261^2~163 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2dc7989bf821a0ca78289b32f16078c76c88e7e;p=pandora-kernel.git mac80211: minor cleanup to mesh state locking First time I tried smatch, and it says: mesh_hwmp.c +870 mesh_queue_preq(21) error: double lock 'bottom_half:' mesh_hwmp.c +873 mesh_queue_preq(24) error: double unlock 'bottom_half:' mesh_hwmp.c +886 mesh_queue_preq(37) error: double unlock 'bottom_half:' Which is indeed true -- there's no point in disabling BHs again if we just did that a few lines earlier, so remove. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed