aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4_sb.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/ext4_sb.h')
-rw-r--r--fs/ext4/ext4_sb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ext4_sb.h b/fs/ext4/ext4_sb.h
index a5577e0ccd3b..95e046e77cb1 100644
--- a/fs/ext4/ext4_sb.h
+++ b/fs/ext4/ext4_sb.h
@@ -61,6 +61,7 @@ struct ext4_sb_info {
61 struct percpu_counter s_dirs_counter; 61 struct percpu_counter s_dirs_counter;
62 struct percpu_counter s_dirtyblocks_counter; 62 struct percpu_counter s_dirtyblocks_counter;
63 struct blockgroup_lock s_blockgroup_lock; 63 struct blockgroup_lock s_blockgroup_lock;
64 struct proc_dir_entry *s_proc;
64 65
65 /* root of the per fs reservation window tree */ 66 /* root of the per fs reservation window tree */
66 spinlock_t s_rsv_window_lock; 67 spinlock_t s_rsv_window_lock;
@@ -122,7 +123,6 @@ struct ext4_sb_info {
122 int s_mb_history_cur; 123 int s_mb_history_cur;
123 int s_mb_history_max; 124 int s_mb_history_max;
124 int s_mb_history_num; 125 int s_mb_history_num;
125 struct proc_dir_entry *s_mb_proc;
126 spinlock_t s_mb_history_lock; 126 spinlock_t s_mb_history_lock;
127 int s_mb_history_filter; 127 int s_mb_history_filter;
128 128