diff options
Diffstat (limited to 'fs/cifs/cifsfs.c')
-rw-r--r-- | fs/cifs/cifsfs.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index 2a0c892959f4..a5ed10c9afef 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c | |||
@@ -933,18 +933,13 @@ init_cifs(void) | |||
933 | if (rc) | 933 | if (rc) |
934 | goto out_unregister_filesystem; | 934 | goto out_unregister_filesystem; |
935 | #endif | 935 | #endif |
936 | rc = slow_work_register_user(THIS_MODULE); | ||
937 | if (rc) | ||
938 | goto out_unregister_key_type; | ||
939 | 936 | ||
940 | return 0; | 937 | return 0; |
941 | 938 | ||
942 | out_unregister_key_type: | ||
943 | #ifdef CONFIG_CIFS_UPCALL | 939 | #ifdef CONFIG_CIFS_UPCALL |
944 | unregister_key_type(&cifs_spnego_key_type); | ||
945 | out_unregister_filesystem: | 940 | out_unregister_filesystem: |
946 | #endif | ||
947 | unregister_filesystem(&cifs_fs_type); | 941 | unregister_filesystem(&cifs_fs_type); |
942 | #endif | ||
948 | out_destroy_request_bufs: | 943 | out_destroy_request_bufs: |
949 | cifs_destroy_request_bufs(); | 944 | cifs_destroy_request_bufs(); |
950 | out_destroy_mids: | 945 | out_destroy_mids: |