Whamcloud - gitweb
LU-6394 all: fix compilation errors with FORTIFY_SOURCE
[fs/lustre-release.git] / lustre / fid / fid_internal.h
index 25d317c..3214832 100644 (file)
@@ -61,7 +61,7 @@ enum {
 extern struct lu_context_key seq_thread_key;
 
 # ifdef CONFIG_PROC_FS
-extern struct lprocfs_seq_vars seq_server_proc_list[];
+extern struct lprocfs_vars seq_server_proc_list[];
 # endif
 
 /* Store API functions. */
@@ -95,7 +95,7 @@ int seq_client_alloc_super(struct lu_client_seq *seq,
                           const struct lu_env *env);
 
 # ifdef CONFIG_PROC_FS
-extern struct lprocfs_seq_vars seq_client_proc_list[];
+extern struct lprocfs_vars seq_client_proc_list[];
 # endif
 
 extern struct proc_dir_entry *seq_type_proc_dir;