Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

writeback: remove unused delaration of bdi_async_bio_wq

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@huaweicloud.com
Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Acked-by: Tejun Heo <tj@kernel.org>
Cc: Stefan Roesch <shr@devkernel.io>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Xiu Jianfeng and committed by
Andrew Morton
1b6754fe daa60ae6

-1
-1
include/linux/backing-dev.h
··· 46 46 extern struct list_head bdi_list; 47 47 48 48 extern struct workqueue_struct *bdi_wq; 49 - extern struct workqueue_struct *bdi_async_bio_wq; 50 49 51 50 static inline bool wb_has_dirty_io(struct bdi_writeback *wb) 52 51 {