diff options
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r-- | fs/btrfs/volumes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index 7c58a7b2d99f..7c12d61ae7ae 100644 --- a/fs/btrfs/volumes.h +++ b/fs/btrfs/volumes.h | |||
@@ -89,6 +89,8 @@ struct btrfs_device { | |||
89 | struct scrub_dev *scrub_device; | 89 | struct scrub_dev *scrub_device; |
90 | 90 | ||
91 | struct btrfs_work work; | 91 | struct btrfs_work work; |
92 | struct rcu_head rcu; | ||
93 | struct work_struct rcu_work; | ||
92 | }; | 94 | }; |
93 | 95 | ||
94 | struct btrfs_fs_devices { | 96 | struct btrfs_fs_devices { |