Whamcloud - gitweb
New tag 2.15.63
[fs/lustre-release.git] / lustre / fid / fid_internal.h
index 1535ab0..80bc284 100644 (file)
@@ -27,7 +27,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  *
  * lustre/fid/fid_internal.h
  *
 struct req_capsule;
 
 struct seq_thread_info {
-        struct req_capsule     *sti_pill;
-        struct lu_seq_range     sti_space;
-        struct lu_buf           sti_buf;
+       struct req_capsule      *sti_pill;
+       struct lu_seq_range     sti_space;
+       struct lu_buf           sti_buf;
 };
 
 enum {
-        SEQ_TXN_STORE_CREDITS = 20
+       SEQ_TXN_STORE_CREDITS = 20
 };
 
 extern struct lu_context_key seq_thread_key;
 
-extern struct lprocfs_vars seq_server_debugfs_list[];
+extern struct ldebugfs_vars seq_server_debugfs_list[];
 
 /* Store API functions. */
 struct dt_device;
@@ -89,7 +88,7 @@ int seq_client_alloc_super(struct lu_client_seq *seq,
 
 extern struct dentry *seq_debugfs_dir;
 
-extern struct lprocfs_vars seq_client_debugfs_list[];
+extern struct ldebugfs_vars seq_client_debugfs_list[];
 
 extern const struct file_operations seq_fld_debugfs_seq_fops;