aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fs_ioctl_fsverity.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: describe FS_IOC_READ_VERITY_METADATAEric Biggers2021-03-031-0/+4
| | | | | | Add a description for the FS_IOC_READ_VERITY_METADATA ioctl, which is new in Linux v5.12-rc1. See https://www.kernel.org/doc/html/latest/filesystems/fsverity.html#fs-ioc-read-verity-metadata
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-0/+7
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983