]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'userns/for-next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 10 Oct 2012 03:35:54 +0000 (14:35 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 10 Oct 2012 03:35:54 +0000 (14:35 +1100)
1  2 
net/bluetooth/af_bluetooth.c

index a9ad589f3e72eb113ef1b896e7001773036d60ab,ba033f09196ee45d7d6fbd170386a0d62af1d4ac..5355df63d39b673d246d131564a1e17dc116c27d
@@@ -589,10 -591,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) {