Whamcloud - gitweb
LU-7033 utils: Add missing calls to wirecheck 59/16059/2
authorHenri Doreau <henri.doreau@cea.fr>
Mon, 24 Aug 2015 09:08:12 +0000 (11:08 +0200)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 24 Aug 2015 23:36:08 +0000 (23:36 +0000)
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 <henri.doreau@cea.fr>
Reviewed-on: http://review.whamcloud.com/16059
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: wangdi <di.wang@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/utils/wirecheck.c

index aa458fe..6e38d9b 100644 (file)
@@ -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;