From: Marcel Holtmann Date: Sun, 15 Oct 2006 15:31:14 +0000 (+0200) Subject: [Bluetooth] Add locking for bt_proto array manipulation X-Git-Tag: v2.6.19-rc3~206^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74da626a1098640ddc40c0e3481c0cd41e8ec1e9;p=pandora-kernel.git [Bluetooth] Add locking for bt_proto array manipulation The bt_proto array needs to be protected by some kind of locking to prevent a race condition between bt_sock_create and bt_sock_register. And in addition all calls to sk_alloc need to be made GFP_ATOMIC now. Signed-off-by: Masatake YAMATO Signed-off-by: Frederik Deweerdt Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed