linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix typo in use of BUG_ON_NONRT macro for RT
@ 2011-11-15 12:58 John Kacur
  2011-11-16 14:47 ` Thomas Gleixner
  0 siblings, 1 reply; 2+ messages in thread
From: John Kacur @ 2011-11-15 12:58 UTC (permalink / raw)
  To: Thomas Gleixner, lkml; +Cc: Luis Claudio R. Goncalves, rt-users, John Kacur

In drivers/md/dm.c BUG_ON_NORT should be BUG_ON_NONRT

Signed-off-by: John Kacur <jkacur@redhat.com>
---
 drivers/md/dm.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/md/dm.c b/drivers/md/dm.c
index e917b7f..b1eff42 100644
--- a/drivers/md/dm.c
+++ b/drivers/md/dm.c
@@ -1648,14 +1648,14 @@ static void dm_request_fn(struct request_queue *q)
 		if (map_request(ti, clone, md))
 			goto requeued;
 
-		BUG_ON_NORT(!irqs_disabled());
+		BUG_ON_NONRT(!irqs_disabled());
 		spin_lock(q->queue_lock);
 	}
 
 	goto out;
 
 requeued:
-	BUG_ON_NORT(!irqs_disabled());
+	BUG_ON_NONRT(!irqs_disabled());
 	spin_lock(q->queue_lock);
 
 delay_and_out:
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix typo in use of BUG_ON_NONRT macro for RT
  2011-11-15 12:58 [PATCH] Fix typo in use of BUG_ON_NONRT macro for RT John Kacur
@ 2011-11-16 14:47 ` Thomas Gleixner
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Gleixner @ 2011-11-16 14:47 UTC (permalink / raw)
  To: John Kacur; +Cc: lkml, Luis Claudio R. Goncalves, rt-users

On Tue, 15 Nov 2011, John Kacur wrote:

> In drivers/md/dm.c BUG_ON_NORT should be BUG_ON_NONRT

Right. I had that fix already, just forgot to refresh the patch. One
day I will teach quilt to do that for me :)
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-16 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15 12:58 [PATCH] Fix typo in use of BUG_ON_NONRT macro for RT John Kacur
2011-11-16 14:47 ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).