tools headers uapi: Sync linux/stat.h with the kernel sources
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 8 Jun 2020 14:32:48 +0000 (11:32 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 9 Jun 2020 15:40:03 +0000 (12:40 -0300)
commit93dc627f48018df6739f09fec9141bce356cf193
treedf82ab1b9f00f7682ee31fffadf2ca0d7cfac1d7
parent7e579f3a074c9348389ea0cf0491264e1ffbc585
tools headers uapi: Sync linux/stat.h with the kernel sources

To pick the changes from:

  80340fe3605c ("statx: add mount_root")
  fa2fcf4f1df1 ("statx: add mount ID")
  581701b7efd6 ("uapi: deprecate STATX_ALL")
  712b2698e4c0 ("fs/stat: Define DAX statx attribute")

These add some constants that will have to be manually added in a
followup cset, at some point this should move to the shell based
automated way.

This silences this perf build warning:

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

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Darrick J. Wong <darrick.wong@oracle.com>
Cc: Ira Weiny <ira.weiny@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Miklos Szeredi <mszeredi@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/uapi/linux/stat.h