projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daa60ae
)
writeback: remove unused delaration of bdi_async_bio_wq
author
Xiu Jianfeng
<xiujianfeng@huawei.com>
Sat, 12 Aug 2023 11:01:28 +0000
(11:01 +0000)
committer
Andrew Morton
<akpm@linux-foundation.org>
Mon, 21 Aug 2023 20:38:01 +0000
(13:38 -0700)
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>
include/linux/backing-dev.h
patch
|
blob
|
history
diff --git
a/include/linux/backing-dev.h
b/include/linux/backing-dev.h
index
fbad4fc
..
1a97277
100644
(file)
--- 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)
{