diff options
Diffstat (limited to 'drivers/md/bcache/request.h')
-rw-r--r-- | drivers/md/bcache/request.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/bcache/request.h b/drivers/md/bcache/request.h index 39f21dbedc38..c117c4082aa2 100644 --- a/drivers/md/bcache/request.h +++ b/drivers/md/bcache/request.h | |||
@@ -7,6 +7,7 @@ struct data_insert_op { | |||
7 | struct closure cl; | 7 | struct closure cl; |
8 | struct cache_set *c; | 8 | struct cache_set *c; |
9 | struct bio *bio; | 9 | struct bio *bio; |
10 | struct workqueue_struct *wq; | ||
10 | 11 | ||
11 | unsigned inode; | 12 | unsigned inode; |
12 | uint16_t write_point; | 13 | uint16_t write_point; |