diff options
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index 5183dfb9342a..26edb7f9f4b8 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c | |||
@@ -51,9 +51,6 @@ void gfs2_tune_init(struct gfs2_tune *gt) | |||
51 | { | 51 | { |
52 | spin_lock_init(>->gt_spin); | 52 | spin_lock_init(>->gt_spin); |
53 | 53 | ||
54 | gt->gt_ilimit = 100; | ||
55 | gt->gt_ilimit_tries = 3; | ||
56 | gt->gt_ilimit_min = 1; | ||
57 | gt->gt_demote_secs = 300; | 54 | gt->gt_demote_secs = 300; |
58 | gt->gt_incore_log_blocks = 1024; | 55 | gt->gt_incore_log_blocks = 1024; |
59 | gt->gt_log_flush_secs = 60; | 56 | gt->gt_log_flush_secs = 60; |
@@ -71,7 +68,6 @@ void gfs2_tune_init(struct gfs2_tune *gt) | |||
71 | gt->gt_new_files_jdata = 0; | 68 | gt->gt_new_files_jdata = 0; |
72 | gt->gt_new_files_directio = 0; | 69 | gt->gt_new_files_directio = 0; |
73 | gt->gt_max_readahead = 1 << 18; | 70 | gt->gt_max_readahead = 1 << 18; |
74 | gt->gt_lockdump_size = 131072; | ||
75 | gt->gt_stall_secs = 600; | 71 | gt->gt_stall_secs = 600; |
76 | gt->gt_complain_secs = 10; | 72 | gt->gt_complain_secs = 10; |
77 | gt->gt_reclaim_limit = 5000; | 73 | gt->gt_reclaim_limit = 5000; |