diff options
Diffstat (limited to 'fs/gfs2/sys.c')
-rw-r--r-- | fs/gfs2/sys.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/sys.c b/fs/gfs2/sys.c index 65dd0657e1f8..7f828a2cc858 100644 --- a/fs/gfs2/sys.c +++ b/fs/gfs2/sys.c | |||
@@ -428,7 +428,6 @@ TUNE_ATTR_2(name, name##_store) | |||
428 | TUNE_ATTR(demote_secs, 0); | 428 | TUNE_ATTR(demote_secs, 0); |
429 | TUNE_ATTR(incore_log_blocks, 0); | 429 | TUNE_ATTR(incore_log_blocks, 0); |
430 | TUNE_ATTR(log_flush_secs, 0); | 430 | TUNE_ATTR(log_flush_secs, 0); |
431 | TUNE_ATTR(jindex_refresh_secs, 0); | ||
432 | TUNE_ATTR(quota_warn_period, 0); | 431 | TUNE_ATTR(quota_warn_period, 0); |
433 | TUNE_ATTR(quota_quantum, 0); | 432 | TUNE_ATTR(quota_quantum, 0); |
434 | TUNE_ATTR(atime_quantum, 0); | 433 | TUNE_ATTR(atime_quantum, 0); |
@@ -450,7 +449,6 @@ static struct attribute *tune_attrs[] = { | |||
450 | &tune_attr_demote_secs.attr, | 449 | &tune_attr_demote_secs.attr, |
451 | &tune_attr_incore_log_blocks.attr, | 450 | &tune_attr_incore_log_blocks.attr, |
452 | &tune_attr_log_flush_secs.attr, | 451 | &tune_attr_log_flush_secs.attr, |
453 | &tune_attr_jindex_refresh_secs.attr, | ||
454 | &tune_attr_quota_warn_period.attr, | 452 | &tune_attr_quota_warn_period.attr, |
455 | &tune_attr_quota_quantum.attr, | 453 | &tune_attr_quota_quantum.attr, |
456 | &tune_attr_atime_quantum.attr, | 454 | &tune_attr_atime_quantum.attr, |