Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78484
b: refs/heads/master
c: 1bf4095
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Jan 28, 2008
1 parent 8d24fde commit 0713605
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: 2d4d29802ff76de5af6123ef26c24ab512181223
refs/heads/master: 1bf40954cf232a043a49623cf251f787c1871e64
4 changes: 2 additions & 2 deletions trunk/net/packet/af_packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ static void *packet_seq_start(struct seq_file *seq, loff_t *pos)

static void *packet_seq_next(struct seq_file *seq, void *v, loff_t *pos)
{
struct net *net = seq->private;
struct net *net = seq_file_net(seq);
++*pos;
return (v == SEQ_START_TOKEN)
? sk_head(&net->packet.sklist)
Expand All @@ -1887,7 +1887,7 @@ static void *packet_seq_next(struct seq_file *seq, void *v, loff_t *pos)

static void packet_seq_stop(struct seq_file *seq, void *v)
{
struct net *net = seq->private;
struct net *net = seq_file_net(seq);
read_unlock(&net->packet.sklist_lock);
}

Expand Down

0 comments on commit 0713605

Please sign in to comment.