diff options
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 2b4293aac162..ccb4dbf359c4 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -999,6 +999,9 @@ struct ext4_sb_info { | |||
999 | 999 | ||
1000 | unsigned int s_log_groups_per_flex; | 1000 | unsigned int s_log_groups_per_flex; |
1001 | struct flex_groups *s_flex_groups; | 1001 | struct flex_groups *s_flex_groups; |
1002 | |||
1003 | /* workqueue for dio unwritten */ | ||
1004 | struct workqueue_struct *dio_unwritten_wq; | ||
1002 | }; | 1005 | }; |
1003 | 1006 | ||
1004 | static inline struct ext4_sb_info *EXT4_SB(struct super_block *sb) | 1007 | static inline struct ext4_sb_info *EXT4_SB(struct super_block *sb) |