From af08697597ea120a8bc789fc838fba6cd8e43cd5 Mon Sep 17 00:00:00 2001 From: Henri Doreau Date: Mon, 24 Aug 2015 11:08:12 +0200 Subject: [PATCH] LU-7033 utils: Add missing calls to wirecheck The following functions were defined but never called: check_update_params check_update_op check_update_ops check_update_records check_llog_update_record Change-Id: Ic1d12f5f422a01cf886432348d5c6c80ab19d1a5 Signed-off-by: Henri Doreau Reviewed-on: http://review.whamcloud.com/16059 Tested-by: Jenkins Reviewed-by: Andreas Dilger Reviewed-by: wangdi Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/utils/wirecheck.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lustre/utils/wirecheck.c b/lustre/utils/wirecheck.c index aa458fe..6e38d9b 100644 --- a/lustre/utils/wirecheck.c +++ b/lustre/utils/wirecheck.c @@ -2608,6 +2608,12 @@ main(int argc, char **argv) check_lfsck_request(); check_lfsck_reply(); + check_update_params(); + check_update_op(); + check_update_ops(); + check_update_records(); + check_llog_update_record(); + printf("}\n\n"); return 0; -- 1.8.3.1