From 63b271ed7bd3fb78ff0617f4a87fee77a107b4bc Mon Sep 17 00:00:00 2001 From: tappro Date: Tue, 7 Oct 2008 11:47:53 +0000 Subject: [PATCH] - initialize transaction table if needed b:17174 i:bzzz, adilger --- lustre/include/lustre_lib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/lustre_lib.h b/lustre/include/lustre_lib.h index 5a77d0f..9600735 100644 --- a/lustre/include/lustre_lib.h +++ b/lustre/include/lustre_lib.h @@ -71,6 +71,7 @@ struct obd_export; void target_client_add_cb(struct obd_device *obd, __u64 transno, void *cb_data, int error); +void target_trans_table_init(struct obd_device *obd); __u32 target_trans_table_last_time(struct obd_export *exp); void target_trans_table_recalc(struct obd_device *obd, __u32 new_age); void target_trans_table_update(struct obd_export *exp, __u64 transno); -- 1.8.3.1