aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache/bcache.h
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2017-10-04 12:02:51 +0800
committerAlex Shi <alex.shi@linaro.org>2017-10-04 12:02:51 +0800
commit95a8e64a288afaadb5e77210df0dfa02ffd0eb43 (patch)
tree3bedc7c74219d261d89a47307e9b519820637093 /drivers/md/bcache/bcache.h
parent52e49f436844e374d67859cbfb2c9cc62eb7e59b (diff)
parent0e13335254d5d54933969dba1d7625f55e657f52 (diff)
Merge tag 'v3.18.72' into linux-linaro-lsk-v3.18lsk-v3.18-17.09
This is the 3.18.72 stable release
Diffstat (limited to 'drivers/md/bcache/bcache.h')
-rw-r--r--drivers/md/bcache/bcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/bcache/bcache.h b/drivers/md/bcache/bcache.h
index 04f7bc28ef83..dfdd1908641c 100644
--- a/drivers/md/bcache/bcache.h
+++ b/drivers/md/bcache/bcache.h
@@ -348,6 +348,7 @@ struct cached_dev {
/* Limit number of writeback bios in flight */
struct semaphore in_flight;
struct task_struct *writeback_thread;
+ struct workqueue_struct *writeback_write_wq;
struct keybuf writeback_keys;