diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2007-10-31 14:24:33 +0000 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-01-25 08:07:35 +0000 |
commit | 60b0d0877986b8fa70148f06055422d2ed858e88 (patch) | |
tree | a3046f15ed803570554bad905ce690332dae8da8 /fs/gfs2/super.c | |
parent | 47e83b509127f5e83ae5d93afd5c7cb9241acc38 (diff) | |
download | op-kernel-dev-60b0d0877986b8fa70148f06055422d2ed858e88.zip op-kernel-dev-60b0d0877986b8fa70148f06055422d2ed858e88.tar.gz |
[GFS2] Remove unused variables
These haven't been used for some time, remove them.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
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 5183dfb..26edb7f 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c @@ -51,9 +51,6 @@ void gfs2_tune_init(struct gfs2_tune *gt) { spin_lock_init(>->gt_spin); - gt->gt_ilimit = 100; - gt->gt_ilimit_tries = 3; - gt->gt_ilimit_min = 1; gt->gt_demote_secs = 300; gt->gt_incore_log_blocks = 1024; gt->gt_log_flush_secs = 60; @@ -71,7 +68,6 @@ void gfs2_tune_init(struct gfs2_tune *gt) gt->gt_new_files_jdata = 0; gt->gt_new_files_directio = 0; gt->gt_max_readahead = 1 << 18; - gt->gt_lockdump_size = 131072; gt->gt_stall_secs = 600; gt->gt_complain_secs = 10; gt->gt_reclaim_limit = 5000; |