SLOW_WORK: Wait for outstanding work items belonging to a module to clear
[platform/kernel/linux-arm64.git] / fs / gfs2 / recovery.c
index 59d2695..b2bb779 100644 (file)
@@ -593,6 +593,7 @@ fail:
 }
 
 struct slow_work_ops gfs2_recover_ops = {
+       .owner   = THIS_MODULE,
        .get_ref = gfs2_recover_get_ref,
        .put_ref = gfs2_recover_put_ref,
        .execute = gfs2_recover_work,