diff options
Diffstat (limited to 'fs/gfs2/sys.c')
-rw-r--r-- | fs/gfs2/sys.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/gfs2/sys.c b/fs/gfs2/sys.c index 11206118d983..d01f9f0fda26 100644 --- a/fs/gfs2/sys.c +++ b/fs/gfs2/sys.c | |||
@@ -442,9 +442,6 @@ TUNE_ATTR(new_files_directio, 0); | |||
442 | TUNE_ATTR(quota_simul_sync, 1); | 442 | TUNE_ATTR(quota_simul_sync, 1); |
443 | TUNE_ATTR(quota_cache_secs, 1); | 443 | TUNE_ATTR(quota_cache_secs, 1); |
444 | TUNE_ATTR(stall_secs, 1); | 444 | TUNE_ATTR(stall_secs, 1); |
445 | TUNE_ATTR(greedy_default, 1); | ||
446 | TUNE_ATTR(greedy_quantum, 1); | ||
447 | TUNE_ATTR(greedy_max, 1); | ||
448 | TUNE_ATTR(statfs_quantum, 1); | 445 | TUNE_ATTR(statfs_quantum, 1); |
449 | TUNE_ATTR_DAEMON(scand_secs, scand_process); | 446 | TUNE_ATTR_DAEMON(scand_secs, scand_process); |
450 | TUNE_ATTR_DAEMON(recoverd_secs, recoverd_process); | 447 | TUNE_ATTR_DAEMON(recoverd_secs, recoverd_process); |
@@ -467,9 +464,6 @@ static struct attribute *tune_attrs[] = { | |||
467 | &tune_attr_quota_simul_sync.attr, | 464 | &tune_attr_quota_simul_sync.attr, |
468 | &tune_attr_quota_cache_secs.attr, | 465 | &tune_attr_quota_cache_secs.attr, |
469 | &tune_attr_stall_secs.attr, | 466 | &tune_attr_stall_secs.attr, |
470 | &tune_attr_greedy_default.attr, | ||
471 | &tune_attr_greedy_quantum.attr, | ||
472 | &tune_attr_greedy_max.attr, | ||
473 | &tune_attr_statfs_quantum.attr, | 467 | &tune_attr_statfs_quantum.attr, |
474 | &tune_attr_scand_secs.attr, | 468 | &tune_attr_scand_secs.attr, |
475 | &tune_attr_recoverd_secs.attr, | 469 | &tune_attr_recoverd_secs.attr, |