diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-01-11 20:20:35 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-01-13 17:03:25 +0100 |
| commit | b8d780ab30ab6ba340c43ad1944096dae15e6e79 (patch) | |
| tree | 18f7079c2d241bc63e35b5a89aa92d4715ce7def /sys/linux/dev_nbd.txt.const | |
| parent | 65ab1192dcd0323e1b51e8e2f074fb5d6fcb2a1f (diff) | |
sys/linux: fix bugs pointed out by syz-check
Update #590
Diffstat (limited to 'sys/linux/dev_nbd.txt.const')
| -rw-r--r-- | sys/linux/dev_nbd.txt.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/dev_nbd.txt.const b/sys/linux/dev_nbd.txt.const index 3a991bd46..9eccaade7 100644 --- a/sys/linux/dev_nbd.txt.const +++ b/sys/linux/dev_nbd.txt.const @@ -1,6 +1,7 @@ # Code generated by syz-sysgen. DO NOT EDIT. arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x AF_UNIX = 1 +NBD_ATTR_BACKEND_IDENTIFIER = 10 NBD_ATTR_BLOCK_SIZE_BYTES = 3 NBD_ATTR_CLIENT_FLAGS = 6 NBD_ATTR_DEAD_CONN_TIMEOUT = 8 |
