From 7a9639afb335ce4065a8a06cd76a230a9a145af5 Mon Sep 17 00:00:00 2001 From: braam Date: Sat, 20 Sep 2003 17:45:45 +0000 Subject: [PATCH] - land b_log on b_devel --- lustre/mds/mds_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mds/mds_internal.h b/lustre/mds/mds_internal.h index ae98de06..31639f4 100644 --- a/lustre/mds/mds_internal.h +++ b/lustre/mds/mds_internal.h @@ -11,7 +11,7 @@ static inline struct mds_obd *mds_req2mds(struct ptlrpc_request *req) /* mds/mds_fs.c */ -struct llog_handle *mds_log_create(struct obd_device *obd); +struct llog_handle *mds_log_create(struct obd_device *obd, char *name); int mds_log_close(struct llog_handle *cathandle, struct llog_handle *loghandle); struct llog_handle *mds_log_open(struct obd_device *obd, struct llog_cookie *logcookie); -- 1.8.3.1