From: Marcel Holtmann Date: Sun, 14 Sep 2014 20:50:46 +0000 (+0200) Subject: Bluetooth: Add BUILD_BUG_ON check for SKB control buffer size X-Git-Tag: fixes-against-v3.18-rc2~144^2~39^2~71^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb9d20fd9f8fb41f29e294734c4f8b5dc81ed93;p=pandora-kernel.git Bluetooth: Add BUILD_BUG_ON check for SKB control buffer size The struct bt_skb_cb size needs to stay within the limits of skb->cb at all times and to ensure that add a BUILD_BUG_ON to check for it at compile time. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed