From 344da168cb738076d82a75e1a7a1f5177df8dbc7 Mon Sep 17 00:00:00 2001 From: Ioana-Ruxandra Stăncioi Date: Fri, 21 Aug 2020 13:34:00 +0000 Subject: Revert "sys/linux: add description for fsinfo" The fsinfo() system call is under heavy discussion upstream, and it might be totally changed. As a result it was dropped from linux-next starting in next-20200819, and the pull request for 5.9 (https://lkml.kernel.org/r/1845353.1596469795@warthog.procyon.org.uk/) wasn't accepted. Therefore revert the syscall description (commit 4b0871d) for now. --- sys/linux/dev_usbmon.txt.const | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/linux/dev_usbmon.txt.const') diff --git a/sys/linux/dev_usbmon.txt.const b/sys/linux/dev_usbmon.txt.const index 25225841c..fb350394f 100644 --- a/sys/linux/dev_usbmon.txt.const +++ b/sys/linux/dev_usbmon.txt.const @@ -1,8 +1,8 @@ # Code generated by syz-sysgen. DO NOT EDIT. arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x -BUFF_MAX = 1228800, ppc64le:1245184 -BUFF_MIN = 8192, ppc64le:65536 -CHUNK_SIZE = 4096, ppc64le:65536 +BUFF_MAX = 1228800 +BUFF_MIN = 8192 +CHUNK_SIZE = 4096 MON_IOCG_STATS = 2148045315, mips64le:ppc64le:1074303491 MON_IOCH_MFLUSH = 37384, mips64le:ppc64le:536908296 MON_IOCQ_RING_SIZE = 37381, mips64le:ppc64le:536908293 @@ -12,7 +12,7 @@ MON_IOCX_GET = 1075352070, 386:arm:1074565638, mips64le:ppc64le:2149093894 MON_IOCX_GETX = 1075352074, 386:arm:1074565642, mips64le:ppc64le:2149093898 MON_IOCX_MFETCH = 3222311431, 386:arm:3222049287 MON_IOC_MAGIC = 146 -PAGE_SIZE = 4096, ppc64le:65536 +PAGE_SIZE = 4096 SETUP_LEN = 8 __NR_ioctl = 54, amd64:16, arm64:riscv64:29, mips64le:5015 __NR_mmap = 90, 386:arm:192, amd64:9, arm64:riscv64:222, mips64le:5009 -- cgit mrf-deployment