diff options
Diffstat (limited to 'fs/ext4/ext4_sb.h')
-rw-r--r-- | fs/ext4/ext4_sb.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fs/ext4/ext4_sb.h b/fs/ext4/ext4_sb.h index b21f16713db0..039b6ea1a042 100644 --- a/fs/ext4/ext4_sb.h +++ b/fs/ext4/ext4_sb.h | |||
@@ -57,6 +57,7 @@ struct ext4_sb_info { | |||
57 | u32 s_next_generation; | 57 | u32 s_next_generation; |
58 | u32 s_hash_seed[4]; | 58 | u32 s_hash_seed[4]; |
59 | int s_def_hash_version; | 59 | int s_def_hash_version; |
60 | int s_hash_unsigned; /* 3 if hash should be signed, 0 if not */ | ||
60 | struct percpu_counter s_freeblocks_counter; | 61 | struct percpu_counter s_freeblocks_counter; |
61 | struct percpu_counter s_freeinodes_counter; | 62 | struct percpu_counter s_freeinodes_counter; |
62 | struct percpu_counter s_dirs_counter; | 63 | struct percpu_counter s_dirs_counter; |
@@ -73,6 +74,8 @@ struct ext4_sb_info { | |||
73 | struct journal_s *s_journal; | 74 | struct journal_s *s_journal; |
74 | struct list_head s_orphan; | 75 | struct list_head s_orphan; |
75 | unsigned long s_commit_interval; | 76 | unsigned long s_commit_interval; |
77 | u32 s_max_batch_time; | ||
78 | u32 s_min_batch_time; | ||
76 | struct block_device *journal_bdev; | 79 | struct block_device *journal_bdev; |
77 | #ifdef CONFIG_JBD2_DEBUG | 80 | #ifdef CONFIG_JBD2_DEBUG |
78 | struct timer_list turn_ro_timer; /* For turning read-only (crash simulation) */ | 81 | struct timer_list turn_ro_timer; /* For turning read-only (crash simulation) */ |
@@ -101,7 +104,8 @@ struct ext4_sb_info { | |||
101 | spinlock_t s_reserve_lock; | 104 | spinlock_t s_reserve_lock; |
102 | spinlock_t s_md_lock; | 105 | spinlock_t s_md_lock; |
103 | tid_t s_last_transaction; | 106 | tid_t s_last_transaction; |
104 | unsigned short *s_mb_offsets, *s_mb_maxs; | 107 | unsigned short *s_mb_offsets; |
108 | unsigned int *s_mb_maxs; | ||
105 | 109 | ||
106 | /* tunables */ | 110 | /* tunables */ |
107 | unsigned long s_stripe; | 111 | unsigned long s_stripe; |