aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColy Li <colyli@suse.de>2018-09-25 20:57:13 +0800
committerColy Li <colyli@suse.de>2018-09-25 20:57:13 +0800
commit4bf0095ccbe222ddd549a5bda5621bf8db770c53 (patch)
tree5f858a59d149fdb690d4ca539ec21cd697654352
parentc4cacf688dbc4f8e7477fc7d28a983cd89ed81ad (diff)
downloadbcache-patches-4bf0095ccbe222ddd549a5bda5621bf8db770c53.tar.gz
for-next: add bcache: prefix
-rw-r--r--for-next/0009-split-original-if-condition-code-into-separate-ones.patch2
-rw-r--r--for-next/0010-panic-fix-for-making-cache-device.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/for-next/0009-split-original-if-condition-code-into-separate-ones.patch b/for-next/0009-split-original-if-condition-code-into-separate-ones.patch
index 03d4a76..f19a924 100644
--- a/for-next/0009-split-original-if-condition-code-into-separate-ones.patch
+++ b/for-next/0009-split-original-if-condition-code-into-separate-ones.patch
@@ -1,7 +1,7 @@
From 39b3b52bb47dabed477bbe24e1cde01572833c3c Mon Sep 17 00:00:00 2001
From: Dongbo Cao <cdbdyx@163.com>
Date: Tue, 25 Sep 2018 14:09:44 +0800
-Subject: [PATCH 09/10] split original if-condition code into separate ones
+Subject: [PATCH 09/10] bcache: split combined if-condition code into separate ones
Split the combined '||' statements in if() check, to make the code easier
for debug.
diff --git a/for-next/0010-panic-fix-for-making-cache-device.patch b/for-next/0010-panic-fix-for-making-cache-device.patch
index eb7bba7..2caa3fd 100644
--- a/for-next/0010-panic-fix-for-making-cache-device.patch
+++ b/for-next/0010-panic-fix-for-making-cache-device.patch
@@ -1,7 +1,7 @@
From 7860ba549ab6e7021ccebbdac102af85a66ad038 Mon Sep 17 00:00:00 2001
From: Dongbo Cao <cdbdyx@163.com>
Date: Tue, 25 Sep 2018 14:09:45 +0800
-Subject: [PATCH 10/10] panic fix for making cache device
+Subject: [PATCH 10/10] bcache: panic fix for making cache device
when the nbuckets of cache device is smaller than 1024, making cache
device will trigger BUG_ON in kernel, add a condition to avoid this.