From: yury Date: Tue, 21 Oct 2008 17:21:15 +0000 (+0000) Subject: b=17323 X-Git-Tag: v1_7_130~1^26 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f86f2ad7fa8d03b33a1f4dc2d40648ba9d6f11df;p=fs%2Flustre-release.git b=17323 r=adilger,johann - fixes log_cancel resend handling --- diff --git a/lustre/obdclass/llog_cat.c b/lustre/obdclass/llog_cat.c index 51a2d17..b9a6833 100644 --- a/lustre/obdclass/llog_cat.c +++ b/lustre/obdclass/llog_cat.c @@ -308,7 +308,7 @@ EXPORT_SYMBOL(llog_cat_add_rec); * Assumes caller has already pushed us into the kernel context. */ int llog_cat_cancel_records(struct llog_handle *cathandle, int count, - struct llog_cookie *cookies) + struct llog_cookie *cookies) { int i, index, rc = 0; ENTRY;