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