From 73cba83a556a32c95b325c3ba7a21842acbf0f80 Mon Sep 17 00:00:00 2001 From: yury Date: Tue, 21 Oct 2008 15:58:20 +0000 Subject: [PATCH] b=17353 r=shadow,wangdi - fixed llog issue leading to potential data loss on OST. --- lustre/mds/mds_log.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/mds/mds_log.c b/lustre/mds/mds_log.c index a6ba622..21290e5 100644 --- a/lustre/mds/mds_log.c +++ b/lustre/mds/mds_log.c @@ -55,9 +55,9 @@ #include #include "mds_internal.h" -static int mds_llog_origin_add(struct llog_ctxt *ctxt, - struct llog_rec_hdr *rec, struct lov_stripe_md *lsm, - struct llog_cookie *logcookies, int numcookies) +static int mds_llog_origin_add(struct llog_ctxt *ctxt, struct llog_rec_hdr *rec, + struct lov_stripe_md *lsm, + struct llog_cookie *logcookies, int numcookies) { struct obd_device *obd = ctxt->loc_obd; struct obd_device *lov_obd = obd->u.mds.mds_osc_obd; -- 1.8.3.1