|
@@ -412,9 +412,6 @@ struct gfs2_args {
|
|
|
struct gfs2_tune {
|
|
|
spinlock_t gt_spin;
|
|
|
|
|
|
- unsigned int gt_ilimit;
|
|
|
- unsigned int gt_ilimit_tries;
|
|
|
- unsigned int gt_ilimit_min;
|
|
|
unsigned int gt_demote_secs; /* Cache retention for unheld glock */
|
|
|
unsigned int gt_incore_log_blocks;
|
|
|
unsigned int gt_log_flush_secs;
|
|
@@ -434,7 +431,6 @@ struct gfs2_tune {
|
|
|
unsigned int gt_new_files_jdata;
|
|
|
unsigned int gt_new_files_directio;
|
|
|
unsigned int gt_max_readahead; /* Max bytes to read-ahead from disk */
|
|
|
- unsigned int gt_lockdump_size;
|
|
|
unsigned int gt_stall_secs; /* Detects trouble! */
|
|
|
unsigned int gt_complain_secs;
|
|
|
unsigned int gt_reclaim_limit; /* Max num of glocks in reclaim list */
|