diff options
Diffstat (limited to 'patches/dm-make-rt-aware.patch')
-rw-r--r-- | patches/dm-make-rt-aware.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/dm-make-rt-aware.patch b/patches/dm-make-rt-aware.patch index 0ec19f8c25a2..268b1d0a3f34 100644 --- a/patches/dm-make-rt-aware.patch +++ b/patches/dm-make-rt-aware.patch @@ -15,7 +15,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de> --- a/drivers/md/dm-rq.c +++ b/drivers/md/dm-rq.c -@@ -667,7 +667,7 @@ static void dm_old_request_fn(struct req +@@ -674,7 +674,7 @@ static void dm_old_request_fn(struct req /* Establish tio->ti before queuing work (map_tio_request) */ tio->ti = ti; kthread_queue_work(&md->kworker, &tio->work); |