From 6ece7abfbc5e853d482a6adc0b9215fd59ce4945 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 28 May 2003 08:50:36 +0000 Subject: [PATCH] Merge b_devel->b_orphan: DEVEL_ORPHAN_UPDATE_PARENT_20030522->DEVEL_ORPHAN_UPDATE_PARENT_20030528 --- lustre/include/linux/lustre_log.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lustre/include/linux/lustre_log.h b/lustre/include/linux/lustre_log.h index 38da625..2f21583 100644 --- a/lustre/include/linux/lustre_log.h +++ b/lustre/include/linux/lustre_log.h @@ -59,7 +59,6 @@ struct llog_handle { int lgh_index; }; -/* exported api prototypes */ extern int llog_add_record(struct llog_handle *cathandle, struct llog_trans_hdr *rec, struct llog_cookie *logcookies); @@ -67,13 +66,10 @@ extern int llog_add_record(struct llog_handle *cathandle, extern int llog_cancel_records(struct llog_handle *cathandle, int count, struct llog_cookie *cookies); -/* internal api */ extern struct llog_handle *llog_alloc_handle(void); extern void llog_free_handle(struct llog_handle *handle); extern int llog_init_catalog(struct llog_handle *cathandle, struct obd_uuid *tgtuuid); -extern struct llog_handle *llog_id2handle(struct llog_handle *cathandle, - struct llog_cookie *cookie); extern int llog_delete_log(struct llog_handle *cathandle, struct llog_handle *loghandle); extern int llog_close_log(struct llog_handle *cathandle, -- 1.8.3.1