]> git.baikalelectronics.ru Git - kernel.git/commit
tools headers uapi: Sync linux/fscrypt.h with the kernel sources
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 12 Feb 2020 13:13:25 +0000 (10:13 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 12 Feb 2020 13:13:25 +0000 (10:13 -0300)
commit6b689eda84731b27f7c545a647faf844af3c3783
tree6a1c28b6acd1714ac002270e29b070499b5440dd
parent73a699512e2667fb4d4bb89cf0ffe3a10b28788c
tools headers uapi: Sync linux/fscrypt.h with the kernel sources

To pick the changes from:

  90f14f835645 ("fscrypt: include <linux/ioctl.h> in UAPI header")
  1fde2da2491e ("fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY")

That don't trigger any changes in tooling.

This silences this perf build warning:

  Warning: Kernel ABI header at 'tools/include/uapi/linux/fscrypt.h' differs from latest version at 'include/uapi/linux/fscrypt.h'
  diff -u tools/include/uapi/linux/fscrypt.h include/uapi/linux/fscrypt.h

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Eric Biggers <ebiggers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/uapi/linux/fscrypt.h