]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: drop a spurious inline on a forward declaration
authorChristoph Hellwig <hch@lst.de>
Wed, 18 May 2022 08:40:02 +0000 (10:40 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 18 May 2022 12:19:05 +0000 (06:19 -0600)
commit20d69d9db0da9e582557c447d596aff3852784bf
tree63cdd37292bdcdf52ce650a475003ef8b4e5ef30
parent4289a41acff68d003051c1a2a40831d2dffbfa72
io_uring: drop a spurious inline on a forward declaration

io_file_get_normal isn't marked inline, so don't claim it as such in the
forward declaration.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220518084005.3255380-4-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c