X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fdt_object.h;h=2d7c0dfaeb2c68aef78ae771c266f3c1f9e0b94b;hb=16e0fe6eab3e54aa7beddb75bf7dae05645408e9;hp=fdd45bda5cd672552e616e7b0346940d44f36943;hpb=783de3e99d0a2185d26bc67a9ca852b08a760cf6;p=fs%2Flustre-release.git diff --git a/lustre/include/dt_object.h b/lustre/include/dt_object.h index fdd45bd..2d7c0df 100644 --- a/lustre/include/dt_object.h +++ b/lustre/include/dt_object.h @@ -1474,4 +1474,7 @@ static inline struct dt_thread_info *dt_info(const struct lu_env *env) return dti; } +int dt_global_init(void); +void dt_global_fini(void); + #endif /* __LUSTRE_DT_OBJECT_H */