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:
3db8ce3
)
iucv: get rid of in_atomic() use.
author
Heiko Carstens
<
[email protected]
>
Thu, 10 Apr 2008 09:12:03 +0000
(
02:12
-0700)
committer
David S. Miller
<
[email protected]
>
Thu, 10 Apr 2008 09:12:03 +0000
(
02:12
-0700)
This BUG_ON is not needed, since all (debug) checks are also done
in smp_call_function() which gets called by this function.
Signed-off-by: Heiko Carstens <
[email protected]
>
Signed-off-by: Ursula Braun <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/iucv/iucv.c
patch
|
blob
|
history
diff --git
a/net/iucv/iucv.c
b/net/iucv/iucv.c
index d764f4c1b7e4eac68962e3bb95b37df2d57ece97..a65e69eaea2fb9e9bb287b1ec133d6aaa6cb268b 100644
(file)
--- a/
net/iucv/iucv.c
+++ b/
net/iucv/iucv.c
@@
-795,7
+795,6
@@
int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler,
union iucv_param *parm;
int rc;
- BUG_ON(in_atomic());
spin_lock_bh(&iucv_table_lock);
iucv_cleanup_queue();
parm = iucv_param[smp_processor_id()];