提交 b45215d4 编写于 作者: Y Yufen Yu 提交者: Yang Yingliang

bdi: fix kabi for struct backing_dev_info

hulk inclusion
category: bugfix
bugzilla: 30109
CVE: NA
---------------------------
Signed-off-by: NYufen Yu <yuyufen@huawei.com>
Reviewed-by: NJason Yan <yanaijie@huawei.com>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 725ee753
......@@ -201,10 +201,14 @@ struct backing_dev_info {
#endif
wait_queue_head_t wb_waitq;
#ifndef __GENKSYMS__
union {
struct rcu_device *rcu_dev;
struct device *dev;
};
#else
struct device *dev;
#endif
struct device *owner;
struct timer_list laptop_mode_wb_timer;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册