Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134770
b: refs/heads/master
c: 81c5532
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Feb 27, 2009
1 parent aa2c5b4 commit 7242e04
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: 893d7de7c319b31626816e2095492003cc2df2a6
refs/heads/master: 81c553299ffc4ce3512a6ea3eaf5070c2238c960
2 changes: 2 additions & 0 deletions trunk/net/802/tr.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ static struct rif_cache *rif_get_idx(loff_t pos)
}

static void *rif_seq_start(struct seq_file *seq, loff_t *pos)
__acquires(&rif_lock)
{
spin_lock_irq(&rif_lock);

Expand Down Expand Up @@ -517,6 +518,7 @@ static void *rif_seq_next(struct seq_file *seq, void *v, loff_t *pos)
}

static void rif_seq_stop(struct seq_file *seq, void *v)
__releases(&rif_lock)
{
spin_unlock_irq(&rif_lock);
}
Expand Down

0 comments on commit 7242e04

Please sign in to comment.