X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fs%2Fgfs2%2Fmain.c;h=5b31f7741a8f83c694db681076d534a7970e1a73;hb=5cb2faa6ede7ada9cb2bffc832c4ce60f53d6834;hp=eacd78a5d0827c3e0d7c37fb89eace335b400eca;hpb=7e0338c0de18c50f09aea1fbef45110cf7d64a3c;p=linux-2.6-block.git diff --git a/fs/gfs2/main.c b/fs/gfs2/main.c index eacd78a5d082..5b31f7741a8f 100644 --- a/fs/gfs2/main.c +++ b/fs/gfs2/main.c @@ -114,7 +114,7 @@ static int __init init_gfs2_fs(void) if (error) goto fail_unregister; - error = slow_work_register_user(); + error = slow_work_register_user(THIS_MODULE); if (error) goto fail_slow; @@ -163,7 +163,7 @@ static void __exit exit_gfs2_fs(void) gfs2_unregister_debugfs(); unregister_filesystem(&gfs2_fs_type); unregister_filesystem(&gfs2meta_fs_type); - slow_work_unregister_user(); + slow_work_unregister_user(THIS_MODULE); kmem_cache_destroy(gfs2_quotad_cachep); kmem_cache_destroy(gfs2_rgrpd_cachep);