Whamcloud - gitweb
b=17353
authoryury <yury>
Tue, 21 Oct 2008 15:58:20 +0000 (15:58 +0000)
committeryury <yury>
Tue, 21 Oct 2008 15:58:20 +0000 (15:58 +0000)
r=shadow,wangdi

- fixed llog issue leading to potential data loss on OST.

lustre/mds/mds_log.c

index a6ba622..21290e5 100644 (file)
@@ -55,9 +55,9 @@
 #include <lustre_log.h>
 #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;