Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134583
b: refs/heads/master
c: 1c10c49
h: refs/heads/master
i:
  134581: ce9896d
  134579: 31c15e3
  134575: 48d757b
v: v3
  • Loading branch information
Thomas Gleixner authored and David S. Miller committed Feb 16, 2009
1 parent 58146fe commit d86a84b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 914e1c8b6980c516667375d3e55f0b6e674c8c58
refs/heads/master: 1c10c49d83e2062b309cc88e8eb3abb05d397480
4 changes: 2 additions & 2 deletions trunk/net/ipv4/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ static int sockstat_seq_show(struct seq_file *seq, void *v)
int orphans, sockets;

local_bh_disable();
orphans = percpu_counter_sum_positive(&tcp_orphan_count),
sockets = percpu_counter_sum_positive(&tcp_sockets_allocated),
orphans = percpu_counter_sum_positive(&tcp_orphan_count);
sockets = percpu_counter_sum_positive(&tcp_sockets_allocated);
local_bh_enable();

socket_seq_show(seq);
Expand Down

0 comments on commit d86a84b

Please sign in to comment.