sys/fanotify.h: add new FAN_* macros from linux v5.9
authorSzabolcs Nagy <nsz@port70.net>
Sun, 25 Oct 2020 16:25:34 +0000 (16:25 +0000)
committerRich Felker <dalias@aerifal.cx>
Sun, 29 Nov 2020 05:54:36 +0000 (00:54 -0500)
commitd078f836578986d97728b71ee2a7fd33233fbd5d
treed53ef5eccfaf3296a4e529e9b02ef710fb4dc849
parent3ba370fe8d9f450d351d710066fa20afad8ce3df
sys/fanotify.h: add new FAN_* macros from linux v5.9

Update fanotify.h, see

  linux commit 929943b38daf817f2e6d303ea04401651fc3bc05
  fanotify: add support for FAN_REPORT_NAME

  linux commit 83b7a59896dd24015a34b7f00027f0ff3747972f
  fanotify: add basic support for FAN_REPORT_DIR_FID

  linux commit 08b95c338e0c5a96e47f4ca314ea1e7580ecb5d7
  fanotify: remove event FAN_DIR_MODIFY

FAN_DIR_MODIFY that was new in v5.7 is now removed from linux uapi,
but kept in musl, so we don't break api, linux cannot reuse the
value anyway.
include/sys/fanotify.h