aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fanotify.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: add FAN_MARK_{EVICTABLE,IGNORE,INODE} flagsDenis Efremov2022-10-041-0/+3
| | | | Signed-off-by: Denis Efremov <denis.e.efremov@oracle.com>
* sys/linux: remove O_RDONLY from fanotify_eventsDenis Efremov2021-09-281-1/+0
| | | | | | O_RDONLY is not really a flag. Not providing O_WRONLY means O_RDONLY. Signed-off-by: Denis Efremov <efremov@linux.com>
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-0/+41
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983