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 cc2eadaf7a27..f1b2e4f53fc2 100644 --- a/fs/btrfs/volumes.h +++ b/fs/btrfs/volumes.h | |||
@@ -86,6 +86,8 @@ struct btrfs_device { | |||
86 | u8 uuid[BTRFS_UUID_SIZE]; | 86 | u8 uuid[BTRFS_UUID_SIZE]; |
87 | 87 | ||
88 | struct btrfs_work work; | 88 | struct btrfs_work work; |
89 | struct rcu_head rcu; | ||
90 | struct work_struct rcu_work; | ||
89 | }; | 91 | }; |
90 | 92 | ||
91 | struct btrfs_fs_devices { | 93 | struct btrfs_fs_devices { |