projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d66428
)
io_uring/rsrc: fix a comment in io_import_fixed()
author
Pavel Begunkov
<asml.silence@gmail.com>
Mon, 20 Feb 2023 14:13:52 +0000
(14:13 +0000)
committer
Jens Axboe
<axboe@kernel.dk>
Wed, 22 Feb 2023 16:57:23 +0000
(09:57 -0700)
io_import_fixed() supports offsets, but "may not" means the opposite.
Replace it with "might not" so the comments rather speaks about
possible cases.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Gabriel Krisman Bertazi <krisman@suse.de>
Link:
https://lore.kernel.org/r/5b5f79958456caa6dc532f6205f75f224b232c81.1676902343.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/rsrc.c
patch
|
blob
|
history
diff --git
a/io_uring/rsrc.c
b/io_uring/rsrc.c
index a59fc02de5983c4f789e9cdfea3a1376f578ebe6..4e6191904c9e50af093236d5a510f750746f3fe2 100644
(file)
--- a/
io_uring/rsrc.c
+++ b/
io_uring/rsrc.c
@@
-1335,7
+1335,7
@@
int io_import_fixed(int ddir, struct iov_iter *iter,
return -EFAULT;
/*
- * M
ay
not be a start of buffer, set size appropriately
+ * M
ight
not be a start of buffer, set size appropriately
* and advance us to the beginning.
*/
offset = buf_addr - imu->ubuf;