]> git.baikalelectronics.ru Git - kernel.git/commit
tools headers UAPI: Sync linux/fs.h with the kernel sources
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 21 May 2021 19:00:31 +0000 (16:00 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 11 Sep 2021 19:14:53 +0000 (16:14 -0300)
commit758a085d76c7c0c82a07ecb72d6cd501df993be9
tree96a8284486f0f4bed0e7888b5f9b43f7e84e61af
parentddf563a54270bb122bdfe4c7f22dfdf2e9ef5e1a
tools headers UAPI: Sync linux/fs.h with the kernel sources

To pick the change in:

  45ae0f9ae0a91cf9 ("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>
tools/include/uapi/linux/fs.h