Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79450
b: refs/heads/master
c: 1402c85
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Jan 28, 2008
1 parent 1c3d1bb commit 1b9aa48
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: f86e82fb547efe05457391df069cce7ab530b181
refs/heads/master: 1402c8519acba215f5a6101b9e5ada07ab371273
2 changes: 2 additions & 0 deletions trunk/net/8021q/vlanproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ static inline int is_vlan_dev(struct net_device *dev)

/* start read of /proc/net/vlan/config */
static void *vlan_seq_start(struct seq_file *seq, loff_t *pos)
__acquires(dev_base_lock)
{
struct net_device *dev;
loff_t i = 1;
Expand Down Expand Up @@ -261,6 +262,7 @@ static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos)
}

static void vlan_seq_stop(struct seq_file *seq, void *v)
__releases(dev_base_lock)
{
read_unlock(&dev_base_lock);
}
Expand Down

0 comments on commit 1b9aa48

Please sign in to comment.