From 61f4e7ee54a1a1ae938c8ab2ee18bf16da1abab4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 22 Dec 2019 19:34:12 +0100 Subject: tools/syz-check: check amd64 and 386 at the same time Update #590 --- sys/linux/filesystem.txt.warn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/linux/filesystem.txt.warn') diff --git a/sys/linux/filesystem.txt.warn b/sys/linux/filesystem.txt.warn index 75de256bb..129074734 100644 --- a/sys/linux/filesystem.txt.warn +++ b/sys/linux/filesystem.txt.warn @@ -1,6 +1,6 @@ -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 fs_opt: no corresponding struct in kernel -struct fs_opt_nodelim: no corresponding struct in kernel -struct uuid_str: no corresponding struct in kernel +no-such-struct: nbd_filename +no-such-struct: loop_filename +no-such-struct: fs_image_segment +no-such-struct: fs_opt +no-such-struct: fs_opt_nodelim +no-such-struct: uuid_str -- cgit mrf-deployment