aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/incore.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r--fs/gfs2/incore.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h
index 82dfe9bd270b..f7a50fed4b52 100644
--- a/fs/gfs2/incore.h
+++ b/fs/gfs2/incore.h
@@ -412,9 +412,6 @@ struct gfs2_args {
412struct gfs2_tune { 412struct gfs2_tune {
413 spinlock_t gt_spin; 413 spinlock_t gt_spin;
414 414
415 unsigned int gt_ilimit;
416 unsigned int gt_ilimit_tries;
417 unsigned int gt_ilimit_min;
418 unsigned int gt_demote_secs; /* Cache retention for unheld glock */ 415 unsigned int gt_demote_secs; /* Cache retention for unheld glock */
419 unsigned int gt_incore_log_blocks; 416 unsigned int gt_incore_log_blocks;
420 unsigned int gt_log_flush_secs; 417 unsigned int gt_log_flush_secs;
@@ -434,7 +431,6 @@ struct gfs2_tune {
434 unsigned int gt_new_files_jdata; 431 unsigned int gt_new_files_jdata;
435 unsigned int gt_new_files_directio; 432 unsigned int gt_new_files_directio;
436 unsigned int gt_max_readahead; /* Max bytes to read-ahead from disk */ 433 unsigned int gt_max_readahead; /* Max bytes to read-ahead from disk */
437 unsigned int gt_lockdump_size;
438 unsigned int gt_stall_secs; /* Detects trouble! */ 434 unsigned int gt_stall_secs; /* Detects trouble! */
439 unsigned int gt_complain_secs; 435 unsigned int gt_complain_secs;
440 unsigned int gt_reclaim_limit; /* Max num of glocks in reclaim list */ 436 unsigned int gt_reclaim_limit; /* Max num of glocks in reclaim list */