diff options
author | Ming Lei <ming.lei@redhat.com> | 2024-08-23 15:43:39 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-08-26 23:34:14 +0200 |
commit | a4931bb8b066f66786182e6d8fd5fc27f4120f71 (patch) | |
tree | 1692871d8fe29fb77baf6f03bfd0defbab48cd07 /Documentation/userspace-api | |
parent | docs/sp_Sp: Add translation to spanish of the documentation related to EEVDF (diff) | |
download | linux-a4931bb8b066f66786182e6d8fd5fc27f4120f71.tar.xz linux-a4931bb8b066f66786182e6d8fd5fc27f4120f71.zip |
Documentation: add ublk driver ioctl numbers
ublk driver takes the following ioctl numbers:
'u' 00-2F linux/ublk_cmd.h
So document it in ioctl-number.rst
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240823134339.1496916-1-ming.lei@redhat.com
Diffstat (limited to 'Documentation/userspace-api')
-rw-r--r-- | Documentation/userspace-api/ioctl/ioctl-number.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst b/Documentation/userspace-api/ioctl/ioctl-number.rst index 217bdc76fe56..e4be1378ba26 100644 --- a/Documentation/userspace-api/ioctl/ioctl-number.rst +++ b/Documentation/userspace-api/ioctl/ioctl-number.rst @@ -293,6 +293,7 @@ Code Seq# Include File Comments 't' 80-8F linux/isdn_ppp.h 't' 90-91 linux/toshiba.h toshiba and toshiba_acpi SMM 'u' 00-1F linux/smb_fs.h gone +'u' 00-2F linux/ublk_cmd.h conflict! 'u' 20-3F linux/uvcvideo.h USB video class host driver 'u' 40-4f linux/udmabuf.h userspace dma-buf misc device 'v' 00-1F linux/ext2_fs.h conflict! |