From 9a2ddb0283c37846f1c1f6c90dd34b1c1e7d52ce Mon Sep 17 00:00:00 2001 From: yury Date: Tue, 21 Oct 2008 15:58:26 +0000 Subject: [PATCH] b=17353 r=shadow,wangdi - fixed llog issue leading to potential data loss on OST. --- lustre/obdfilter/filter_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdfilter/filter_log.c b/lustre/obdfilter/filter_log.c index 0177027..5a977b7 100644 --- a/lustre/obdfilter/filter_log.c +++ b/lustre/obdfilter/filter_log.c @@ -218,7 +218,7 @@ static int filter_recov_log_setattr_cb(struct llog_ctxt *ctxt, } int filter_recov_log_mds_ost_cb(struct llog_handle *llh, - struct llog_rec_hdr *rec, void *data) + struct llog_rec_hdr *rec, void *data) { struct llog_ctxt *ctxt = llh->lgh_ctxt; struct llog_cookie cookie; -- 1.8.3.1