Skip to content

Commit e367679

Browse files
committed
perf beauty: Sync UAPI linux/fs.h with kernel sources
To pick up changes from: 0e6b7ea ("fs: add FS_XFLAG_VERITY for fs-verity files") These are used to beautify fs syscall arguments, albeit the changes in this update are not affecting those beautifiers. This addresses these tools/perf build warnings: Warning: Kernel ABI header differences: diff -u tools/perf/trace/beauty/include/uapi/linux/fs.h include/uapi/linux/fs.h Please see tools/include/uapi/README. Cc: Andrey Albershteyn <aalbersh@kernel.org> Cc: Christian Brauner <brauner@kernel.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 6036165 commit e367679

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tools/perf/trace/beauty/include/uapi/linux

tools/perf/trace/beauty/include/uapi/linux/fs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ struct file_attr {
253253
#define FS_XFLAG_FILESTREAM 0x00004000 /* use filestream allocator */
254254
#define FS_XFLAG_DAX 0x00008000 /* use DAX for IO */
255255
#define FS_XFLAG_COWEXTSIZE 0x00010000 /* CoW extent size allocator hint */
256+
#define FS_XFLAG_VERITY 0x00020000 /* fs-verity enabled */
256257
#define FS_XFLAG_HASATTR 0x80000000 /* no DIFLAG for this */
257258

258259
/* the read-only stuff doesn't really belong here, but any other place is

0 commit comments

Comments
 (0)