diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-08-10 07:51:02 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-08-13 17:22:16 +0200 |
| commit | 54ce1ed6b9fcb3b8d77c43dd4b3533e70cade414 (patch) | |
| tree | 579d43acff11758d7f5e61935e0408ad9fbcaf04 /sys/linux/dev_nbd_s390x.const | |
| parent | b6de93e603915b57a1eccadc8bd530efd00d28f2 (diff) | |
sys/linux: switch to the new .const format
This reduces number of const files/lines from 1288/96599 to 158/11603.
Const files are generated on next-20200813.
Update #1983
Diffstat (limited to 'sys/linux/dev_nbd_s390x.const')
| -rw-r--r-- | sys/linux/dev_nbd_s390x.const | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/sys/linux/dev_nbd_s390x.const b/sys/linux/dev_nbd_s390x.const deleted file mode 100644 index 82fc36051..000000000 --- a/sys/linux/dev_nbd_s390x.const +++ /dev/null @@ -1,39 +0,0 @@ -# AUTOGENERATED FILE -AF_UNIX = 1 -NBD_ATTR_BLOCK_SIZE_BYTES = 3 -NBD_ATTR_CLIENT_FLAGS = 6 -NBD_ATTR_DEAD_CONN_TIMEOUT = 8 -NBD_ATTR_INDEX = 1 -NBD_ATTR_SERVER_FLAGS = 5 -NBD_ATTR_SIZE_BYTES = 2 -NBD_ATTR_SOCKETS = 7 -NBD_ATTR_TIMEOUT = 4 -NBD_CFLAG_DESTROY_ON_DISCONNECT = 1 -NBD_CFLAG_DISCONNECT_ON_CLOSE = 2 -NBD_CLEAR_QUE = 43781 -NBD_CLEAR_SOCK = 43780 -NBD_CMD_CONNECT = 1 -NBD_CMD_DISCONNECT = 2 -NBD_CMD_RECONFIGURE = 3 -NBD_CMD_STATUS = 5 -NBD_DISCONNECT = 43784 -NBD_DO_IT = 43779 -NBD_FLAG_CAN_MULTI_CONN = 256 -NBD_FLAG_HAS_FLAGS = 1 -NBD_FLAG_READ_ONLY = 2 -NBD_FLAG_SEND_FLUSH = 4 -NBD_FLAG_SEND_FUA = 8 -NBD_FLAG_SEND_TRIM = 32 -NBD_REPLY_MAGIC = 1732535960 -NBD_SET_BLKSIZE = 43777 -NBD_SET_FLAGS = 43786 -NBD_SET_SIZE = 43778 -NBD_SET_SIZE_BLOCKS = 43783 -NBD_SET_SOCK = 43776 -NBD_SET_TIMEOUT = 43785 -NBD_SOCK_FD = 1 -SOCK_STREAM = 1 -__NR_ioctl = 54 -__NR_sendmsg = 370 -__NR_socketpair = 360 -__NR_write = 4 |
