Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134617
b: refs/heads/master
c: b1ae1e9
h: refs/heads/master
i:
  134615: 71a91f3
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Feb 18, 2009
1 parent f8f26ba commit f5649f4
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: 5ed1e981bd243d78f95738a355bd117cf1f6daa1
refs/heads/master: b1ae1e99bd9f611f16a09c1bca2a0a38e67b88c3
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/strip.c
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,7 @@ static struct strip *strip_get_idx(loff_t pos)
}

static void *strip_seq_start(struct seq_file *seq, loff_t *pos)
__acquires(RCU)
{
rcu_read_lock();
return *pos ? strip_get_idx(*pos - 1) : SEQ_START_TOKEN;
Expand All @@ -973,6 +974,7 @@ static void *strip_seq_next(struct seq_file *seq, void *v, loff_t *pos)
}

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

0 comments on commit f5649f4

Please sign in to comment.