]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/gfs2/incore.h
Merge tag 'fix-missing-panels' into fixes
[linux.git] / fs / gfs2 / incore.h
index 6b450065b9d55f6a063ea300fcd403cb0bee46e3..5f89c515f5bb72d6fb58388cb3f6b669a499e29b 100644 (file)
@@ -584,10 +584,10 @@ struct gfs2_args {
        unsigned int ar_rgrplvb:1;              /* use lvbs for rgrp info */
        unsigned int ar_loccookie:1;            /* use location based readdir
                                                   cookies */
-       int ar_commit;                          /* Commit interval */
-       int ar_statfs_quantum;                  /* The fast statfs interval */
-       int ar_quota_quantum;                   /* The quota interval */
-       int ar_statfs_percent;                  /* The % change to force sync */
+       s32 ar_commit;                          /* Commit interval */
+       s32 ar_statfs_quantum;                  /* The fast statfs interval */
+       s32 ar_quota_quantum;                   /* The quota interval */
+       s32 ar_statfs_percent;                  /* The % change to force sync */
 };
 
 struct gfs2_tune {