summaryrefslogtreecommitdiffstats
path: root/patches/0228-dm-Make-rt-aware.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0228-dm-Make-rt-aware.patch')
-rw-r--r--patches/0228-dm-Make-rt-aware.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/0228-dm-Make-rt-aware.patch b/patches/0228-dm-Make-rt-aware.patch
index ec3f224..9970677 100644
--- a/patches/0228-dm-Make-rt-aware.patch
+++ b/patches/0228-dm-Make-rt-aware.patch
@@ -1,4 +1,4 @@
-From d3353f46faebf3a927a6b78e855da0abb90444b3 Mon Sep 17 00:00:00 2001
+From 80ed456258cb5ae9eaba3dfb1cb04f8fec9d8cdd Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Mon, 14 Nov 2011 23:06:09 +0100
Subject: [PATCH 228/274] dm: Make rt aware
@@ -15,10 +15,10 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/md/dm.c b/drivers/md/dm.c
-index 9ff3019..001c743 100644
+index 32370ea..48a08fc 100644
--- a/drivers/md/dm.c
+++ b/drivers/md/dm.c
-@@ -1670,14 +1670,14 @@ static void dm_request_fn(struct request_queue *q)
+@@ -1676,14 +1676,14 @@ static void dm_request_fn(struct request_queue *q)
if (map_request(ti, clone, md))
goto requeued;