aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/sys.c
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2007-01-15 16:36:26 -0500
committerSteven Whitehouse <swhiteho@redhat.com>2007-02-05 13:37:08 -0500
commit330005c2b23e71e54931913e9b63d1712a19e444 (patch)
tree7a0162de5bbdeed0b1e82b76c4bddcb628362af2 /fs/gfs2/sys.c
parent3699e3a44bf56e0cd58c97e8655f375ad9b65d9d (diff)
[GFS2] Remove max_atomic_write tunable
This removes an unused sysfs tunable parameter. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/sys.c')
-rw-r--r--fs/gfs2/sys.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/sys.c b/fs/gfs2/sys.c
index cd28f08b244..11206118d98 100644
--- a/fs/gfs2/sys.c
+++ b/fs/gfs2/sys.c
@@ -441,7 +441,6 @@ TUNE_ATTR(new_files_jdata, 0);
441TUNE_ATTR(new_files_directio, 0); 441TUNE_ATTR(new_files_directio, 0);
442TUNE_ATTR(quota_simul_sync, 1); 442TUNE_ATTR(quota_simul_sync, 1);
443TUNE_ATTR(quota_cache_secs, 1); 443TUNE_ATTR(quota_cache_secs, 1);
444TUNE_ATTR(max_atomic_write, 1);
445TUNE_ATTR(stall_secs, 1); 444TUNE_ATTR(stall_secs, 1);
446TUNE_ATTR(greedy_default, 1); 445TUNE_ATTR(greedy_default, 1);
447TUNE_ATTR(greedy_quantum, 1); 446TUNE_ATTR(greedy_quantum, 1);
@@ -467,7 +466,6 @@ static struct attribute *tune_attrs[] = {
467 &tune_attr_statfs_slow.attr, 466 &tune_attr_statfs_slow.attr,
468 &tune_attr_quota_simul_sync.attr, 467 &tune_attr_quota_simul_sync.attr,
469 &tune_attr_quota_cache_secs.attr, 468 &tune_attr_quota_cache_secs.attr,
470 &tune_attr_max_atomic_write.attr,
471 &tune_attr_stall_secs.attr, 469 &tune_attr_stall_secs.attr,
472 &tune_attr_greedy_default.attr, 470 &tune_attr_greedy_default.attr,
473 &tune_attr_greedy_quantum.attr, 471 &tune_attr_greedy_quantum.attr,