Whamcloud - gitweb
LU-1187 tests: Fixes in test-framework for DNE
[fs/lustre-release.git] / lustre / fld / fld_internal.h
index b267949..c6f87f1 100644 (file)
@@ -148,14 +148,7 @@ struct fld_thread_info {
         struct lu_seq_range fti_irange;
 };
 
-
-struct thandle *fld_trans_create(struct lu_server_fld *fld,
-                                const struct lu_env *env);
-int fld_trans_start(struct lu_server_fld *fld,
-                    const struct lu_env *env, struct thandle *th);
-
-void fld_trans_stop(struct lu_server_fld *fld,
-                    const struct lu_env *env, struct thandle* th);
+extern struct lu_context_key fld_thread_key;
 
 int fld_index_init(struct lu_server_fld *fld,
                    const struct lu_env *env,
@@ -214,5 +207,5 @@ fld_target_name(struct lu_fld_target *tar)
 }
 
 extern cfs_proc_dir_entry_t *fld_type_proc_dir;
-
+extern struct file_operations fld_proc_seq_fops;
 #endif /* __FLD_INTERNAL_H */