From d26fe602f4cf16b4faa7f8a0df12478c99911d27 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse Date: Mon, 15 Jan 2007 16:36:26 -0500 Subject: [PATCH] --- yaml --- r: 46295 b: refs/heads/master c: 330005c2b23e71e54931913e9b63d1712a19e444 h: refs/heads/master i: 46293: 948e662bed806153a5293f69aa5af5d33db24005 46291: d9a73f776d7876ee15713d38ade37950ea1748ce 46287: b17c8121b96f5b006ed84b9cfa2f2683fd38c50e v: v3 --- [refs] | 2 +- trunk/fs/gfs2/incore.h | 1 - trunk/fs/gfs2/super.c | 1 - trunk/fs/gfs2/sys.c | 2 -- 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 14e2f9ec4fac..6adafee0f730 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3699e3a44bf56e0cd58c97e8655f375ad9b65d9d +refs/heads/master: 330005c2b23e71e54931913e9b63d1712a19e444 diff --git a/trunk/fs/gfs2/incore.h b/trunk/fs/gfs2/incore.h index 807587050384..9114851ac53e 100644 --- a/trunk/fs/gfs2/incore.h +++ b/trunk/fs/gfs2/incore.h @@ -417,7 +417,6 @@ struct gfs2_tune { unsigned int gt_atime_quantum; /* Min secs between atime updates */ unsigned int gt_new_files_jdata; unsigned int gt_new_files_directio; - unsigned int gt_max_atomic_write; /* Split big writes into this size */ unsigned int gt_max_readahead; /* Max bytes to read-ahead from disk */ unsigned int gt_lockdump_size; unsigned int gt_stall_secs; /* Detects trouble! */ diff --git a/trunk/fs/gfs2/super.c b/trunk/fs/gfs2/super.c index 100852a61b5d..3e17dcf35a30 100644 --- a/trunk/fs/gfs2/super.c +++ b/trunk/fs/gfs2/super.c @@ -71,7 +71,6 @@ void gfs2_tune_init(struct gfs2_tune *gt) gt->gt_atime_quantum = 3600; gt->gt_new_files_jdata = 0; gt->gt_new_files_directio = 0; - gt->gt_max_atomic_write = 4 << 20; gt->gt_max_readahead = 1 << 18; gt->gt_lockdump_size = 131072; gt->gt_stall_secs = 600; diff --git a/trunk/fs/gfs2/sys.c b/trunk/fs/gfs2/sys.c index cd28f08b244c..11206118d983 100644 --- a/trunk/fs/gfs2/sys.c +++ b/trunk/fs/gfs2/sys.c @@ -441,7 +441,6 @@ TUNE_ATTR(new_files_jdata, 0); TUNE_ATTR(new_files_directio, 0); TUNE_ATTR(quota_simul_sync, 1); TUNE_ATTR(quota_cache_secs, 1); -TUNE_ATTR(max_atomic_write, 1); TUNE_ATTR(stall_secs, 1); TUNE_ATTR(greedy_default, 1); TUNE_ATTR(greedy_quantum, 1); @@ -467,7 +466,6 @@ static struct attribute *tune_attrs[] = { &tune_attr_statfs_slow.attr, &tune_attr_quota_simul_sync.attr, &tune_attr_quota_cache_secs.attr, - &tune_attr_max_atomic_write.attr, &tune_attr_stall_secs.attr, &tune_attr_greedy_default.attr, &tune_attr_greedy_quantum.attr,