diff options
Diffstat (limited to 'fs/gfs2/recovery.c')
-rw-r--r-- | fs/gfs2/recovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/recovery.c b/fs/gfs2/recovery.c index 59d2695509d3..b2bb779f09ed 100644 --- a/fs/gfs2/recovery.c +++ b/fs/gfs2/recovery.c | |||
@@ -593,6 +593,7 @@ fail: | |||
593 | } | 593 | } |
594 | 594 | ||
595 | struct slow_work_ops gfs2_recover_ops = { | 595 | struct slow_work_ops gfs2_recover_ops = { |
596 | .owner = THIS_MODULE, | ||
596 | .get_ref = gfs2_recover_get_ref, | 597 | .get_ref = gfs2_recover_get_ref, |
597 | .put_ref = gfs2_recover_put_ref, | 598 | .put_ref = gfs2_recover_put_ref, |
598 | .execute = gfs2_recover_work, | 599 | .execute = gfs2_recover_work, |