man: fixup description of fixed files I/O
The man page suggests that IOSQE_FIXED_FILE must be specified for all sqes when the io_uring instance has files registered. This is not the case, so clear that up. Also fix a typo (few->new) while we're in there. Signed-off-by: Jeff Moyer <jmoyer@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
@@ -146,13 +146,13 @@ The
|
||||
.I flags
|
||||
field is a bit mask. Currently, the only supported flag is
|
||||
.B IOSQE_FIXED_FILE.
|
||||
This flag must be specified for io_uring instances that registered
|
||||
files using the
|
||||
.BR io_uring_register(2)
|
||||
system call. When specified,
|
||||
When this flag is specified,
|
||||
.I fd
|
||||
contains an index into the files array registered with the io_uring
|
||||
instance.
|
||||
is an index into the files array registered with the io_uring instance (see the
|
||||
.B IORING_REGISTER_FILES
|
||||
section of the
|
||||
.BR io_uring_register(2)
|
||||
man page).
|
||||
|
||||
.I ioprio
|
||||
specifies the I/O priority. See
|
||||
|
||||
Reference in New Issue
Block a user