Hi all, After merging the block tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: fs/io_uring.c: In function '__io_sqe_files_unregister': fs/io_uring.c:8992:13: warning: unused variable 'i' [-Wunused-variable] 8992 | int i; | ^ Introduced by commit 16b217ed7bb3 ("io_uring: store SCM state in io_fixed_file->file_ptr") -- Cheers, Stephen Rothwell