Merge branch 'master'
This commit is contained in:
@@ -2075,7 +2075,7 @@ void socket_seq_show(struct seq_file *seq)
|
||||
int cpu;
|
||||
int counter = 0;
|
||||
|
||||
for (cpu = 0; cpu < NR_CPUS; cpu++)
|
||||
for_each_cpu(cpu)
|
||||
counter += per_cpu(sockets_in_use, cpu);
|
||||
|
||||
/* It can be negative, by the way. 8) */
|
||||
|
Reference in New Issue
Block a user