]> 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)
commit55f4d67d1e66b8e9445d7abd34cb3031f09256c3
tree6a1c28b6acd1714ac002270e29b070499b5440dd
parentcdf3189025d1bb3ef2b771120497d5617f5de3d8
tools headers uapi: Sync linux/fscrypt.h with the kernel sources

To pick the changes from:

  450494473f14 ("fscrypt: include <linux/ioctl.h> in UAPI header")
  6a852c96703e ("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