[Devel] [PATCH RHEL9 COMMIT] fs: Export fs_events_wq symbol
Konstantin Khorenko
khorenko at virtuozzo.com
Fri Jan 28 11:30:05 MSK 2022
The commit is pushed to "branch-rh9-5.14.0-4.vz9.12.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh9-5.14.0-4.vz9.12.3
------>
commit 64fa70a99eec87183a0cba174bc10c4ba5539b7c
Author: Konstantin Khorenko <khorenko at virtuozzo.com>
Date: Fri Jan 28 11:25:59 2022 +0300
fs: Export fs_events_wq symbol
"fs_events_wq" will be used in separate modules, at least in ext4 and
xfs, so the symbol must be exported.
Fixes: b7e3001e122d ("fs: Introduce fs_events_wq to use instead ext4's
rsv_conversion_wq")
Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
---
fs/super.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/super.c b/fs/super.c
index 9a3352907716..2e2b729d2456 100644
--- a/fs/super.c
+++ b/fs/super.c
@@ -1828,6 +1828,7 @@ int thaw_super(struct super_block *sb)
EXPORT_SYMBOL(thaw_super);
struct workqueue_struct *fs_events_wq;
+EXPORT_SYMBOL(fs_events_wq);
void fs_send_uevent_work(struct work_struct *w)
{
More information about the Devel
mailing list