]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: documentation fixup
authorDylan Yudaken <dylany@fb.com>
Thu, 24 Feb 2022 10:51:57 +0000 (02:51 -0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 10 Mar 2022 13:32:49 +0000 (06:32 -0700)
commitc2d316d672b1fa0a94e6d2de0f0b6aeb13a3a46e
treee595227c0df8c91e105cbb81e00223bc51b49b75
parentd31f0510d38e9d1d5c70e645eedb26f51b686494
io_uring: documentation fixup

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>
Link: https://lore.kernel.org/r/20220224105157.1332353-1-dylany@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c