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)
commitee67ba3b20f7dcd001b7743eb8e46880cb27fdc6
tree63cdd37292bdcdf52ce650a475003ef8b4e5ef30
parent984824db844a9bd6e9e15ee469241982526a6ccd
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