aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColy Li <colyli@suse.de>2018-11-22 22:42:07 +0800
committerColy Li <colyli@suse.de>2018-11-22 22:42:07 +0800
commiteb2d8e41733ba40c1a5e02f1cbafcd4aa0479511 (patch)
treedb62b79ea17177cbc6a13eba5802e3f3cd47165f
parent018c81d33fabb1bcbac8ae0a9b63638eff468999 (diff)
downloadbcache-patches-eb2d8e41733ba40c1a5e02f1cbafcd4aa0479511.tar.gz
for-next: update 0001-bcache-introduce-force_wake_up_gc.patch
-rw-r--r--for-next/0001-bcache-introduce-force_wake_up_gc.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/for-next/0001-bcache-introduce-force_wake_up_gc.patch b/for-next/0001-bcache-introduce-force_wake_up_gc.patch
index 1d79724..6d7dfb3 100644
--- a/for-next/0001-bcache-introduce-force_wake_up_gc.patch
+++ b/for-next/0001-bcache-introduce-force_wake_up_gc.patch
@@ -41,7 +41,7 @@ index a68d6c55783b..fa72c5a5e058 100644
+ * that c->sectors_to_gc being set to other positive value. So
+ * this routine won't 100% make sure gc thread will be woken up
+ * to run.
-+ */
++ */
+ atomic_set(&c->sectors_to_gc, -1);
+ wake_up_gc(c);
+}