Skip to content

Commit 2bae3e6

Browse files
committed
tools headers UAPI: Sync linux/fs.h with the kernel sources
To pick the change in: 7957d93 ("block: add ioctl to read the disk sequence number") It adds a new ioctl, but we are still not using that to generate tables for 'perf trace', so no changes in tooling. This silences this perf build warning: Warning: Kernel ABI header at 'tools/include/uapi/linux/fs.h' differs from latest version at 'include/uapi/linux/fs.h' diff -u tools/include/uapi/linux/fs.h include/uapi/linux/fs.h Cc: Jens Axboe <axboe@kernel.dk> Cc: Matteo Croce <mcroce@microsoft.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent ee286c6 commit 2bae3e6

File tree

1 file changed

+1
-0
lines changed
  • tools/include/uapi/linux

1 file changed

+1
-0
lines changed

tools/include/uapi/linux/fs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ struct fsxattr {
184184
#define BLKSECDISCARD _IO(0x12,125)
185185
#define BLKROTATIONAL _IO(0x12,126)
186186
#define BLKZEROOUT _IO(0x12,127)
187+
#define BLKGETDISKSEQ _IOR(0x12,128,__u64)
187188
/*
188189
* A jump here: 130-136 are reserved for zoned block devices
189190
* (see uapi/linux/blkzoned.h)

0 commit comments

Comments
 (0)