Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275086
b: refs/heads/master
c: 039c811
h: refs/heads/master
v: v3
  • Loading branch information
Richard Weinberger authored and David S. Miller committed Nov 7, 2011
1 parent 5dcce42 commit 861e993
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23ba07991dad5a96a024c1b45cb602eef5f83df8
refs/heads/master: 039c811cb0e6c5696086072794bb79fc7011c765
2 changes: 0 additions & 2 deletions trunk/net/wanrouter/wanproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ static struct proc_dir_entry *proc_router;
* Iterator
*/
static void *r_start(struct seq_file *m, loff_t *pos)
__acquires(kernel_lock)
{
struct wan_device *wandev;
loff_t l = *pos;
Expand All @@ -103,7 +102,6 @@ static void *r_next(struct seq_file *m, void *v, loff_t *pos)
}

static void r_stop(struct seq_file *m, void *v)
__releases(kernel_lock)
{
mutex_unlock(&config_mutex);
}
Expand Down

0 comments on commit 861e993

Please sign in to comment.