aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_sock.c
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-04-04 15:40:12 -0300
committerGustavo F. Padovan <padovan@profusion.mobi>2011-04-13 12:19:47 -0300
commit39d5a3ee355fa903ef4609402c79f570eb9fc4d2 (patch)
tree1039d4b2431e377efa03033f7dfa19d670d94952 /net/bluetooth/l2cap_sock.c
parentBluetooth: Fix lockdep warning with skb list lock (diff)
downloadlinux-dev-39d5a3ee355fa903ef4609402c79f570eb9fc4d2.tar.xz
linux-dev-39d5a3ee355fa903ef4609402c79f570eb9fc4d2.zip
Bluetooth: Move SREJ list to struct l2cap_chan
As part of moving all the Channel related operation to struct l2cap_chan. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'net/bluetooth/l2cap_sock.c')
-rw-r--r--net/bluetooth/l2cap_sock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap_sock.c b/net/bluetooth/l2cap_sock.c
index 55dee999af94..16a223bfa8f5 100644
--- a/net/bluetooth/l2cap_sock.c
+++ b/net/bluetooth/l2cap_sock.c
@@ -1018,7 +1018,6 @@ void l2cap_sock_init(struct sock *sk, struct sock *parent)
/* Default config options */
pi->flush_to = L2CAP_DEFAULT_FLUSH_TO;
skb_queue_head_init(TX_QUEUE(sk));
- INIT_LIST_HEAD(SREJ_LIST(sk));
}
static struct proto l2cap_proto = {