projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23ba079
)
wanrouter: Remove kernel_lock annotations
author
Richard Weinberger
<richard@nod.at>
Mon, 7 Nov 2011 18:27:30 +0000
(13:27 -0500)
committer
David S. Miller
<davem@davemloft.net>
Mon, 7 Nov 2011 18:27:30 +0000
(13:27 -0500)
The BKL is gone, these annotations are useless.
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/wanrouter/wanproc.c
patch
|
blob
|
history
diff --git
a/net/wanrouter/wanproc.c
b/net/wanrouter/wanproc.c
index f346395314ba8ba6ba9c3754c91bcf18b735b80f..c43612ee96bb517ea2b2f806e5e999e39c6cbc0c 100644
(file)
--- a/
net/wanrouter/wanproc.c
+++ b/
net/wanrouter/wanproc.c
@@
-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;
@@
-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);
}