From: Marcel Holtmann Date: Thu, 5 Jun 2014 13:22:51 +0000 (+0200) Subject: Bluetooth: Assign L2CAP socket priority when allocating SKB X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~87^2~197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d46321c4f63f7c2be9e3ba0bb26cb437fc5eded;p=pandora-kernel.git Bluetooth: Assign L2CAP socket priority when allocating SKB The SKB for L2CAP sockets are all allocated in a central callback in the socket support. Instead of having to pass around the socket priority all the time, assign it to skb->priority when actually allocating the SKB. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed