From: braam Date: Sat, 20 Sep 2003 17:45:45 +0000 (+0000) Subject: - land b_log on b_devel X-Git-Tag: v1_7_0_51~2^7~509 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7a9639afb335ce4065a8a06cd76a230a9a145af5;p=fs%2Flustre-release.git - land b_log on b_devel --- 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);