Whamcloud - gitweb
LU-10520 mkfs: enable extents for big MDT
[fs/lustre-release.git] / lustre / utils / mount_utils.h
index 744d106..12b44b3 100644 (file)
@@ -23,7 +23,7 @@
  * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2012, 2016, Intel Corporation.
+ * Copyright (c) 2012, 2017, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -121,6 +121,7 @@ struct mkfs_opts {
        int     mo_stripe_count;
        int     mo_flags;
        int     mo_mgs_failnodes;
+       int     mo_inode_size;
 };
 #endif