Whamcloud - gitweb
LU-1378 fld: export fldb under /proc
[fs/lustre-release.git] / lustre / fld / fld_internal.h
index b267949..a2975d0 100644 (file)
@@ -157,6 +157,8 @@ int fld_trans_start(struct lu_server_fld *fld,
 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,
                    struct dt_device *dt);
@@ -214,5 +216,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 */