Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth...
authorJohn W. Linville <linville@tuxdriver.com>
Fri, 19 Oct 2012 19:22:27 +0000 (15:22 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 19 Oct 2012 19:22:27 +0000 (15:22 -0400)
1  2 
net/bluetooth/af_bluetooth.c
net/bluetooth/hci_core.c
net/bluetooth/l2cap_core.c
net/bluetooth/l2cap_sock.c
net/bluetooth/mgmt.c
net/bluetooth/rfcomm/sock.c
net/bluetooth/rfcomm/tty.c

index ba033f09196ee45d7d6fbd170386a0d62af1d4ac,a9ad589f3e72eb113ef1b896e7001773036d60ab..5355df63d39b673d246d131564a1e17dc116c27d
@@@ -591,10 -589,10 +589,10 @@@ static int bt_seq_show(struct seq_file 
                           atomic_read(&sk->sk_refcnt),
                           sk_rmem_alloc_get(sk),
                           sk_wmem_alloc_get(sk),
 -                         sock_i_uid(sk),
 +                         from_kuid(seq_user_ns(seq), sock_i_uid(sk)),
                           sock_i_ino(sk),
-                          &src_baswapped,
-                          &dst_baswapped,
+                          &bt->src,
+                          &bt->dst,
                           bt->parent? sock_i_ino(bt->parent): 0LU);
  
                if (l->custom_seq_show) {
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge