summaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2021-04-12 06:40:02 -0600
committerJens Axboe <axboe@kernel.dk>2021-04-12 06:40:02 -0600
commita1ff1e3f0e1cb8e314220e7af8eb3155da343bf9 (patch)
tree53727567d05876ccdcee7c00253179a44c59faa5 /fs/ext4/namei.c
parent8d13326e56c1a2b4e3af89843e1376b72a2ae6b7 (diff)
io_uring: provide io_resubmit_prep() stub for !CONFIG_BLOCK
Randy reports the following error on CONFIG_BLOCK not being set: ../fs/io_uring.c: In function ‘kiocb_done’: ../fs/io_uring.c:2766:7: error: implicit declaration of function ‘io_resubmit_prep’; did you mean ‘io_put_req’? [-Werror=implicit-function-declaration] if (io_resubmit_prep(req)) { Provide a dummy stub for io_resubmit_prep() like we do for io_rw_should_reissue(), which also helps remove an ifdef sequence from io_complete_rw_iopoll() as well. Fixes: 8c130827f417 ("io_uring: don't alter iopoll reissue fail ret code") Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/ext4/namei.c')
0 files changed, 0 insertions, 0 deletions