Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79325
b: refs/heads/master
c: 72348a4
h: refs/heads/master
i:
  79323: 1ff5a56
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Jan 28, 2008
1 parent 7e5d121 commit 3822186
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aa767bfea4828936fffb7800204294ba4c8ba283
refs/heads/master: 72348a424f989d6b748d9b816d46839b01fcd4cd
2 changes: 2 additions & 0 deletions trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2543,6 +2543,7 @@ static void *ptype_get_idx(loff_t pos)
}

static void *ptype_seq_start(struct seq_file *seq, loff_t *pos)
__acquires(RCU)
{
rcu_read_lock();
return *pos ? ptype_get_idx(*pos - 1) : SEQ_START_TOKEN;
Expand Down Expand Up @@ -2578,6 +2579,7 @@ static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos)
}

static void ptype_seq_stop(struct seq_file *seq, void *v)
__releases(RCU)
{
rcu_read_unlock();
}
Expand Down

0 comments on commit 3822186

Please sign in to comment.