diff options
Diffstat (limited to 'fs/gfs2/incore.h')
-rw-r--r-- | fs/gfs2/incore.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 6edb423f90b3..c239b0f969c8 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h | |||
@@ -430,6 +430,9 @@ struct gfs2_args { | |||
430 | unsigned int ar_discard:1; /* discard requests */ | 430 | unsigned int ar_discard:1; /* discard requests */ |
431 | unsigned int ar_errors:2; /* errors=withdraw | panic */ | 431 | unsigned int ar_errors:2; /* errors=withdraw | panic */ |
432 | int ar_commit; /* Commit interval */ | 432 | int ar_commit; /* Commit interval */ |
433 | int ar_statfs_quantum; /* The fast statfs interval */ | ||
434 | int ar_quota_quantum; /* The quota interval */ | ||
435 | int ar_statfs_percent; /* The % change to force sync */ | ||
433 | }; | 436 | }; |
434 | 437 | ||
435 | struct gfs2_tune { | 438 | struct gfs2_tune { |
@@ -558,6 +561,7 @@ struct gfs2_sbd { | |||
558 | spinlock_t sd_statfs_spin; | 561 | spinlock_t sd_statfs_spin; |
559 | struct gfs2_statfs_change_host sd_statfs_master; | 562 | struct gfs2_statfs_change_host sd_statfs_master; |
560 | struct gfs2_statfs_change_host sd_statfs_local; | 563 | struct gfs2_statfs_change_host sd_statfs_local; |
564 | int sd_statfs_force_sync; | ||
561 | 565 | ||
562 | /* Resource group stuff */ | 566 | /* Resource group stuff */ |
563 | 567 | ||