From ce9abc7bf80e1d339a158d5b3104bb7e07c7d249 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse Date: Wed, 31 Oct 2007 14:24:33 +0000 Subject: [PATCH] --- yaml --- r: 76023 b: refs/heads/master c: 60b0d0877986b8fa70148f06055422d2ed858e88 h: refs/heads/master i: 76021: cfd37ad07ddb060d512ac22f486632350200218f 76019: 4d8c36b200b49c8a4ee6fe3d6f52c4d14c4b4658 76015: b510d08a82e837a570a4b0c4ea74e53291ee25a2 v: v3 --- [refs] | 2 +- trunk/fs/gfs2/incore.h | 4 ---- trunk/fs/gfs2/super.c | 4 ---- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 3cdf5db4cfc9..b8750bae2501 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 47e83b509127f5e83ae5d93afd5c7cb9241acc38 +refs/heads/master: 60b0d0877986b8fa70148f06055422d2ed858e88 diff --git a/trunk/fs/gfs2/incore.h b/trunk/fs/gfs2/incore.h index 82dfe9bd270b..f7a50fed4b52 100644 --- a/trunk/fs/gfs2/incore.h +++ b/trunk/fs/gfs2/incore.h @@ -412,9 +412,6 @@ struct gfs2_args { struct gfs2_tune { spinlock_t gt_spin; - unsigned int gt_ilimit; - unsigned int gt_ilimit_tries; - unsigned int gt_ilimit_min; unsigned int gt_demote_secs; /* Cache retention for unheld glock */ unsigned int gt_incore_log_blocks; unsigned int gt_log_flush_secs; @@ -434,7 +431,6 @@ struct gfs2_tune { unsigned int gt_new_files_jdata; unsigned int gt_new_files_directio; unsigned int gt_max_readahead; /* Max bytes to read-ahead from disk */ - unsigned int gt_lockdump_size; unsigned int gt_stall_secs; /* Detects trouble! */ unsigned int gt_complain_secs; unsigned int gt_reclaim_limit; /* Max num of glocks in reclaim list */ diff --git a/trunk/fs/gfs2/super.c b/trunk/fs/gfs2/super.c index 5183dfb9342a..26edb7f9f4b8 100644 --- a/trunk/fs/gfs2/super.c +++ b/trunk/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;