From: Henri Doreau Date: Mon, 24 Aug 2015 09:08:12 +0000 (+0200) Subject: LU-7033 utils: Add missing calls to wirecheck X-Git-Tag: 2.7.59~39 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=af08697597ea120a8bc789fc838fba6cd8e43cd5;p=fs%2Flustre-release.git 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 --- 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;