diff options
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r-- | fs/btrfs/volumes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index 5c3ff6d02fd7..3c1f7310421e 100644 --- a/fs/btrfs/volumes.h +++ b/fs/btrfs/volumes.h | |||
@@ -107,6 +107,11 @@ struct btrfs_fs_devices { | |||
107 | int seeding; | 107 | int seeding; |
108 | 108 | ||
109 | int opened; | 109 | int opened; |
110 | |||
111 | /* set when we find or add a device that doesn't have the | ||
112 | * nonrot flag set | ||
113 | */ | ||
114 | int rotating; | ||
110 | }; | 115 | }; |
111 | 116 | ||
112 | struct btrfs_bio_stripe { | 117 | struct btrfs_bio_stripe { |