From 1b49002e79aa72d2d5c70742da91ac9cd9bc6710 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 18 Dec 2019 10:48:20 +0100 Subject: tools/syz-check: don't print line numbers for warnings Line numbers create huge diffs when lines change slightly. That's very unhandy b/c we want to look at added/removed warnings. --- sys/linux/filesystem.txt.warn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/linux/filesystem.txt.warn') diff --git a/sys/linux/filesystem.txt.warn b/sys/linux/filesystem.txt.warn index 246fb2ef2..105fe0250 100644 --- a/sys/linux/filesystem.txt.warn +++ b/sys/linux/filesystem.txt.warn @@ -1,4 +1,4 @@ -0052: struct nbd_filename: no corresponding struct in kernel -0058: struct loop_filename: no corresponding struct in kernel -0112: struct fs_image_segment: no corresponding struct in kernel -0199: struct uuid_str: no corresponding struct in kernel +struct nbd_filename: no corresponding struct in kernel +struct loop_filename: no corresponding struct in kernel +struct fs_image_segment: no corresponding struct in kernel +struct uuid_str: no corresponding struct in kernel -- cgit mrf-deployment