Whamcloud - gitweb
LU-7421 utils: getparam_display() should reset popt
[fs/lustre-release.git] / lustre / include / lustre_fld.h
index 807649d..7bdb2fe 100644 (file)
@@ -27,7 +27,7 @@
  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2011, 2014, Intel Corporation.
+ * Copyright (c) 2011, 2015, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -44,6 +44,7 @@
 
 #include <lustre/lustre_idl.h>
 #include <libcfs/libcfs.h>
+#include <lustre/seq_range.h>
 
 struct lu_env;
 struct lu_client_fld;
@@ -106,6 +107,7 @@ struct lu_server_fld {
         * if the MDT is upgraded from < 2.6 to 2.6, i.e. when the
         * local FLDB is being invited */
        unsigned int             lsf_new:1;
+
 };
 
 struct lu_client_fld {
@@ -136,8 +138,6 @@ struct lu_client_fld {
         /**
          * Client fld proc entry name. */
         char                     lcf_name[80];
-
-       int                      lcf_flags;
 };
 
 /* Server methods */