On 6/17/20 11:38 PM, Randy Dunlap wrote: > On 6/17/20 9:15 PM, Stephen Rothwell wrote: >> Hi all, >> >> News: there will be no linux-next release tomorrow. >> >> Changes since 20200617: >> > > when CONFIG_BLOCK is not set/enabled: > > ../fs/io_uring.c: In function 'io_async_task_func': > ../fs/io_uring.c:4559:7: error: implicit declaration of function 'io_sq_thread_acquire_mm'; did you mean 'atomic_read_acquire'? [-Werror=implicit-function-declaration] > if (io_sq_thread_acquire_mm(ctx, req)) { > ^~~~~~~~~~~~~~~~~~~~~~~ > atomic_read_acquire > ../fs/io_uring.c: In function 'io_sq_thread': > ../fs/io_uring.c:6268:4: error: implicit declaration of function 'io_sq_thread_drop_mm'; did you mean 'io_sq_thread'? [-Werror=implicit-function-declaration] > io_sq_thread_drop_mm(ctx); > ^~~~~~~~~~~~~~~~~~~~ > io_sq_thread Fixed it up, thanks. -- Jens Axboe