Whamcloud - gitweb
LU-4193 ldiskfs: increase max journal to 4GB
[fs/lustre-release.git] / lustre / utils / mount_utils.h
index 7f9cda8..ce220c1 100644 (file)
@@ -75,7 +75,7 @@ struct mkfs_opts {
        char    **mo_pool_vdevs;  /* list of pool vdevs */
        char    mo_loopdev[128];  /* in case a loop dev is needed */
        char    mo_mkfsopts[512]; /* options to the backing-store mkfs */
-       __u64   mo_device_sz;     /* in KB */
+       __u64   mo_device_kb;     /* in KB */
        int     mo_stripe_count;
        int     mo_flags;
        int     mo_mgs_failnodes;