X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flu_target.h;h=1b41913a825410381736b28664d734f5d93acea5;hp=7773160d455079e50c2923088fc9483b8173f94e;hb=77e44127bb39f5d1dc1f4e61274e5df7bf707603;hpb=a4e6076ee269b54a381417fe9443ab8e9f6f80da diff --git a/lustre/include/lu_target.h b/lustre/include/lu_target.h index 7773160..1b41913 100644 --- a/lustre/include/lu_target.h +++ b/lustre/include/lu_target.h @@ -70,9 +70,9 @@ void lut_boot_epoch_update(struct lu_target *lut); int lut_last_commit_cb_add(struct thandle *th, struct lu_target *lut, struct obd_export *exp, __u64 transno); int lut_new_client_cb_add(struct thandle *th, struct obd_export *exp); -int lut_init(const struct lu_env *env, struct lu_target *lut, +int tgt_init(const struct lu_env *env, struct lu_target *lut, struct obd_device *obd, struct dt_device *dt); -void lut_fini(const struct lu_env *env, struct lu_target *lut); +void tgt_fini(const struct lu_env *env, struct lu_target *lut); int lut_client_alloc(struct obd_export *exp); void lut_client_free(struct obd_export *exp); int lut_client_del(const struct lu_env *env, struct obd_export *exp);