From: yury Date: Tue, 21 Oct 2008 15:58:20 +0000 (+0000) Subject: b=17353 X-Git-Tag: v1_7_130~1^42~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=73cba83a556a32c95b325c3ba7a21842acbf0f80;p=fs%2Flustre-release.git b=17353 r=shadow,wangdi - fixed llog issue leading to potential data loss on OST. --- 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;