Skip to content

Commit

Permalink
wanrouter: Remove kernel_lock annotations
Browse files Browse the repository at this point in the history
The BKL is gone, these annotations are useless.

Signed-off-by: Richard Weinberger <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
richardweinberger authored and davem330 committed Nov 7, 2011
1 parent 23ba079 commit 039c811
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 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 039c811

Please sign in to comment.