Hi all, After merging the v9fs tree, today's linux-next build (x86_64 allmodconfig) failed like this: net/9p/trans_fd.c:275:12: error: 'failme' defined but not used [-Werror=unused-variable] 275 | static int failme; | ^~~~~~ cc1: all warnings being treated as errors Caused by commit c249fb4f9193 ("9p: roll p9_tag_remove into p9_req_put") I have used the v9fs tree from next-20220712 for today. -- Cheers, Stephen Rothwell