Skip to content

Commit 61543d4

Browse files
allisonkarlitskayakdave
authored andcommitted
btrfs-progs: docs: add FS_IOC_READ_VERITY_METADATA support
As of bfcf6d04f8ee ("btrfs: handle FS_IOC_READ_VERITY_METADATA ioctl") the kernel supports FS_IOC_READ_VERITY_METADATA for btrfs (6.14). Add that to the docs. Pull-request: #970 Signed-off-by: Allison Karlitskaya <allison.karlitskaya@redhat.com> Signed-off-by: David Sterba <dsterba@suse.com>
1 parent 4b892f8 commit 61543d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/Interoperability.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The ioctls supported by btrfs:
2828

2929
* `FS_IOC_ENABLE_VERITY <https://www.kernel.org/doc/html/latest/filesystems/fsverity.html#fs-ioc-enable-verity>`__
3030
* `FS_IOC_MEASURE_VERITY <https://www.kernel.org/doc/html/latest/filesystems/fsverity.html#fs-ioc-measure-verity>`__
31+
* `FS_IOC_READ_VERITY_METADATA <https://www.kernel.org/doc/html/latest/filesystems/fsverity.html#fs-ioc-read-verity-metadata>`__
3132

3233
See also:
3334
https://www.kernel.org/doc/html/latest/filesystems/fsverity.html

0 commit comments

Comments
 (0)