diff options
author | Xiu Jianfeng <xiujianfeng@huawei.com> | 2023-08-12 11:01:28 +0000 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-08-21 13:38:01 -0700 |
commit | 1b6754fea43cebd72d969618219347c5ec01eb8d (patch) | |
tree | 61503fbe9d38137bd15e1503b99bb6352ce31f34 /include/linux/backing-dev.h | |
parent | daa60ae64c6587e2be2cdf02bca21b59551ee0f6 (diff) | |
download | linux-1b6754fea43cebd72d969618219347c5ec01eb8d.tar.gz linux-1b6754fea43cebd72d969618219347c5ec01eb8d.tar.bz2 linux-1b6754fea43cebd72d969618219347c5ec01eb8d.zip |
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>
Diffstat (limited to 'include/linux/backing-dev.h')
-rw-r--r-- | include/linux/backing-dev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h index fbad4fcd408e..1a97277f99b1 100644 --- a/include/linux/backing-dev.h +++ b/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) { |