[<prev] [next>] [<thread-prev] [thread-next>] [month] [year] [list]
Date: Tue, 01 Apr 2008 15:45:23 +0200
From: Ursula Braun <braunu@...ibm.com>
To: davem@...emloft.net, netdev@...r.kernel.org,
linux-s390@...r.kernel.org
Subject: [patch 2/3] iucv: get rid of in_atomic() use.
From: Heiko Carstens <heiko.carstens@...ibm.com>
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 <heiko.carstens@...ibm.com>
Signed-off-by: Ursula Braun <braunu@...ibm.com>
---
net/iucv/iucv.c | 1 -
1 file changed, 1 deletion(-)
Index: net-2.6.26-uschi/net/iucv/iucv.c
===================================================================
--- net-2.6.26-uschi.orig/net/iucv/iucv.c
+++ net-2.6.26-uschi/net/iucv/iucv.c
@@ -795,7 +795,6 @@ int iucv_path_connect(struct iucv_path *
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()];
--
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Hosted by DataForce ISP -
Powered by Openwall GNU/*/Linux