aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4_sb.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-09-23 09:18:24 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-09-23 09:18:24 -0400
commit9f6200bbfc962d8f926278cf5d5ddb90a228c322 (patch)
tree86cf42e4f1fff753a38c64d49971efd04bfdd5f9 /fs/ext4/ext4_sb.h
parentf702ba0fd7d50b5f5f5aea5317875a10d40b869f (diff)
ext4: move /proc setup and teardown out of mballoc.c
...and into the core setup/teardown code in fs/ext4/super.c so that other parts of ext4 can define tuning parameters. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
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