From f86f2ad7fa8d03b33a1f4dc2d40648ba9d6f11df Mon Sep 17 00:00:00 2001 From: yury Date: Tue, 21 Oct 2008 17:21:15 +0000 Subject: [PATCH] b=17323 r=adilger,johann - fixes log_cancel resend handling --- lustre/obdclass/llog_cat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.3.1