Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134774
b: refs/heads/master
c: 8521c27
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Feb 27, 2009
1 parent 2d5a04c commit d1621a5
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: 63d819caebcc3ca260ca0214d29044293969aa2f
refs/heads/master: 8521c27ee79533db444dcac291992b6bf8d61fc8
2 changes: 2 additions & 0 deletions trunk/net/decnet/dn_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1323,6 +1323,7 @@ static inline int is_dn_dev(struct net_device *dev)
}

static void *dn_dev_seq_start(struct seq_file *seq, loff_t *pos)
__acquires(&dev_base_lock)
{
int i;
struct net_device *dev;
Expand Down Expand Up @@ -1365,6 +1366,7 @@ static void *dn_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos)
}

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

0 comments on commit d1621a5

Please sign in to comment.