Whamcloud - gitweb
LU-12511 lustre: introduce LUSTRE_MDT_MAXNAMELEN
[fs/lustre-release.git] / lustre / fld / fld_internal.h
index 1230b17..9579cfe 100644 (file)
@@ -110,13 +110,15 @@ struct fld_cache {
          * sorted fld entries. */
        struct list_head        fci_entries_head;
 
-        /**
-         * Cache statistics. */
-        struct fld_stats         fci_stat;
+       /**
+        * Cache statistics.
+        */
+       struct fld_stats        fci_stat;
 
-        /**
-         * Cache name used for debug and messages. */
-        char                     fci_name[80];
+       /**
+        * Cache name used for debug and messages.
+        */
+       char                    fci_name[LUSTRE_MDT_MAXNAMELEN];
 };
 
 enum {