From: Ursula Braun <braunu@de.ibm.com>
To: davem@davemloft.net, netdev@vger.kernel.org, linux-s390@vger.kernel.org
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Subject: [patch 2/3] iucv: get rid of in_atomic() use.
Date: Tue, 01 Apr 2008 15:45:23 +0200 [thread overview]
Message-ID: <20080401135709.170734000@linux.vnet.ibm.com> (raw)
In-Reply-To: 20080401134521.169525000@linux.vnet.ibm.com
[-- Attachment #1: 722-iucv-inatomic.diff --]
[-- Type: text/plain, Size: 758 bytes --]
From: Heiko Carstens <heiko.carstens@de.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@de.ibm.com>
Signed-off-by: Ursula Braun <braunu@de.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()];
--
next prev parent reply other threads:[~2008-04-01 13:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-01 13:45 [patch 0/3] iucv / af_iucv patches for net-2.6.26 Ursula Braun
2008-04-01 13:45 ` [patch 1/3] af_iucv: Use non-deprecated __RW_LOCK_UNLOCKED macro Ursula Braun
2008-04-10 9:11 ` David Miller
2008-04-01 13:45 ` Ursula Braun [this message]
2008-04-10 9:12 ` [patch 2/3] iucv: get rid of in_atomic() use David Miller
2008-04-01 13:45 ` [patch 3/3] iucv: Delay bus registration until core is ready Ursula Braun
2008-04-10 9:12 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080401135709.170734000@linux.vnet.ibm.com \
--to=braunu@de.ibm.com \
--cc=davem@davemloft.net \
--cc=heiko.carstens@de.ibm.com \
--cc=linux-s390@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.