summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2016-12-26 02:40:19 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2016-12-26 02:40:19 -0500
commit9fae54aeaa73fb92f947c167c3b108d3677cab7b (patch)
tree3973f32936fd97a599de1f74e78501c9c3df02cf
parent5eaffc3471d9da6c5c5b28c28027ef0ed4b2fa4b (diff)
download4.9-rt-patches-9fae54aeaa73fb92f947c167c3b108d3677cab7b.tar.gz
dm: import refresh with fcn rename in ctxtrt-v4.8-12632-ga379f71a30dd
-rw-r--r--patches/dm-make-rt-aware.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/dm-make-rt-aware.patch b/patches/dm-make-rt-aware.patch
index 0133d5a12f88f..08238ec4c9abc 100644
--- a/patches/dm-make-rt-aware.patch
+++ b/patches/dm-make-rt-aware.patch
@@ -15,10 +15,10 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
--- a/drivers/md/dm-rq.c
+++ b/drivers/md/dm-rq.c
-@@ -811,7 +811,7 @@ static void dm_old_request_fn(struct req
+@@ -832,7 +832,7 @@ static void dm_old_request_fn(struct req
/* Establish tio->ti before queuing work (map_tio_request) */
tio->ti = ti;
- queue_kthread_work(&md->kworker, &tio->work);
+ kthread_queue_work(&md->kworker, &tio->work);
- BUG_ON(!irqs_disabled());
+ BUG_ON_NONRT(!irqs_disabled());
}