The patch titled Subject: writeback: remove unused delaration of bdi_async_bio_wq has been added to the -mm mm-unstable branch. Its filename is writeback-remove-unused-delaration-of-bdi_async_bio_wq.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/writeback-remove-unused-delaration-of-bdi_async_bio_wq.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Xiu Jianfeng <xiujianfeng@xxxxxxxxxx> Subject: writeback: remove unused delaration of bdi_async_bio_wq Date: Sat, 12 Aug 2023 11:01:28 +0000 It seems it was introduced by commit d3f77dfdc718 ("blkcg: implement REQ_CGROUP_PUNT") unintentionally, but the definition does not exist, remove it. Link: https://lkml.kernel.org/r/20230812110128.482650-1-xiujianfeng@xxxxxxxxxxxxxxx Signed-off-by: Xiu Jianfeng <xiujianfeng@xxxxxxxxxx> Cc: Stefan Roesch <shr@xxxxxxxxxxxx> Cc: Tejun Heo <tj@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/backing-dev.h | 1 - 1 file changed, 1 deletion(-) --- a/include/linux/backing-dev.h~writeback-remove-unused-delaration-of-bdi_async_bio_wq +++ a/include/linux/backing-dev.h @@ -46,7 +46,6 @@ extern spinlock_t bdi_lock; extern struct list_head bdi_list; extern struct workqueue_struct *bdi_wq; -extern struct workqueue_struct *bdi_async_bio_wq; static inline bool wb_has_dirty_io(struct bdi_writeback *wb) { _ Patches currently in -mm which might be from xiujianfeng@xxxxxxxxxx are mm-zswap-update-comment-for-struct-zswap_entry.patch mm-z3fold-remove-obsolete-comment-for-struct-z3fold_pool.patch writeback-remove-unused-delaration-of-bdi_async_bio_wq.patch