=== modified file 'updates/cw-3.1/net/bluetooth/l2cap_sock.c' --- updates/cw-3.1/net/bluetooth/l2cap_sock.c 2011-11-21 18:03:30 +0000 +++ updates/cw-3.1/net/bluetooth/l2cap_sock.c 2012-02-16 18:10:28 +0000 @@ -942,8 +942,6 @@ chan->force_reliable = pchan->force_reliable; chan->flushable = pchan->flushable; chan->force_active = pchan->force_active; - - security_sk_clone(parent, sk); } else { switch (sk->sk_type) { === modified file 'updates/cw-3.1/net/bluetooth/rfcomm/sock.c' --- updates/cw-3.1/net/bluetooth/rfcomm/sock.c 2011-11-21 18:03:30 +0000 +++ updates/cw-3.1/net/bluetooth/rfcomm/sock.c 2012-02-16 18:10:31 +0000 @@ -265,8 +265,6 @@ pi->sec_level = rfcomm_pi(parent)->sec_level; pi->role_switch = rfcomm_pi(parent)->role_switch; - - security_sk_clone(parent, sk); } else { pi->dlc->defer_setup = 0; === modified file 'updates/cw-3.1/net/bluetooth/sco.c' --- updates/cw-3.1/net/bluetooth/sco.c 2011-11-21 18:03:30 +0000 +++ updates/cw-3.1/net/bluetooth/sco.c 2012-02-16 18:10:24 +0000 @@ -406,7 +406,6 @@ if (parent) { sk->sk_type = parent->sk_type; - security_sk_clone(parent, sk); } } === modified file 'updates/cw-3.2/net/bluetooth/l2cap_sock.c' --- updates/cw-3.2/net/bluetooth/l2cap_sock.c 2012-01-25 12:52:58 +0000 +++ updates/cw-3.2/net/bluetooth/l2cap_sock.c 2012-02-16 18:10:18 +0000 @@ -943,8 +943,6 @@ chan->force_reliable = pchan->force_reliable; chan->flushable = pchan->flushable; chan->force_active = pchan->force_active; - - security_sk_clone(parent, sk); } else { switch (sk->sk_type) { === modified file 'updates/cw-3.2/net/bluetooth/rfcomm/sock.c' --- updates/cw-3.2/net/bluetooth/rfcomm/sock.c 2012-01-25 12:52:58 +0000 +++ updates/cw-3.2/net/bluetooth/rfcomm/sock.c 2012-02-16 18:10:21 +0000 @@ -265,8 +265,6 @@ pi->sec_level = rfcomm_pi(parent)->sec_level; pi->role_switch = rfcomm_pi(parent)->role_switch; - - security_sk_clone(parent, sk); } else { pi->dlc->defer_setup = 0; === modified file 'updates/cw-3.2/net/bluetooth/sco.c' --- updates/cw-3.2/net/bluetooth/sco.c 2012-01-25 12:52:58 +0000 +++ updates/cw-3.2/net/bluetooth/sco.c 2012-02-16 18:10:14 +0000 @@ -406,7 +406,6 @@ if (parent) { sk->sk_type = parent->sk_type; - security_sk_clone(parent, sk); } }