io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] io_uring: documentation fixup
@ 2022-02-24 10:51 Dylan Yudaken
  2022-02-24 14:05 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Dylan Yudaken @ 2022-02-24 10:51 UTC (permalink / raw)
  To: Jens Axboe, Pavel Begunkov, io-uring; +Cc: kernel-team, Dylan Yudaken

Fix incorrect name reference in comment. ki_filp does not exist in the
struct, but file does.

Signed-off-by: Dylan Yudaken <dylany@fb.com>
---
 fs/io_uring.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/io_uring.c b/fs/io_uring.c
index e796d40ee8e9..8f26c4602384 100644
--- a/fs/io_uring.c
+++ b/fs/io_uring.c
@@ -830,7 +830,7 @@ enum {
  * NOTE! Each of the iocb union members has the file pointer
  * as the first entry in their struct definition. So you can
  * access the file pointer through any of the sub-structs,
- * or directly as just 'ki_filp' in this struct.
+ * or directly as just 'file' in this struct.
  */
 struct io_kiocb {
 	union {

base-commit: f78708d0a1802ca7c44c4131d08f3883d0b8e9b8
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] io_uring: documentation fixup
  2022-02-24 10:51 [PATCH] io_uring: documentation fixup Dylan Yudaken
@ 2022-02-24 14:05 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2022-02-24 14:05 UTC (permalink / raw)
  To: Pavel Begunkov, Dylan Yudaken, io-uring; +Cc: kernel-team

On Thu, 24 Feb 2022 02:51:57 -0800, Dylan Yudaken wrote:
> Fix incorrect name reference in comment. ki_filp does not exist in the
> struct, but file does.
> 
> 

Applied, thanks!

[1/1] io_uring: documentation fixup
      commit: 6810a554d2740bef3883cf3d71057aaa129e1ce5

Best regards,
-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-24 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24 10:51 [PATCH] io_uring: documentation fixup Dylan Yudaken
2022-02-24 14:05 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).