diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ncpfs/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ncpfs/inode.c b/fs/ncpfs/inode.c index e1cb70c643f8..eff1f18d034f 100644 --- a/fs/ncpfs/inode.c +++ b/fs/ncpfs/inode.c | |||
@@ -987,7 +987,7 @@ static struct file_system_type ncp_fs_type = { | |||
987 | static int __init init_ncp_fs(void) | 987 | static int __init init_ncp_fs(void) |
988 | { | 988 | { |
989 | int err; | 989 | int err; |
990 | DPRINTK("ncpfs: init_module called\n"); | 990 | DPRINTK("ncpfs: init_ncp_fs called\n"); |
991 | 991 | ||
992 | err = init_inodecache(); | 992 | err = init_inodecache(); |
993 | if (err) | 993 | if (err) |
@@ -1004,7 +1004,7 @@ out1: | |||
1004 | 1004 | ||
1005 | static void __exit exit_ncp_fs(void) | 1005 | static void __exit exit_ncp_fs(void) |
1006 | { | 1006 | { |
1007 | DPRINTK("ncpfs: cleanup_module called\n"); | 1007 | DPRINTK("ncpfs: exit_ncp_fs called\n"); |
1008 | unregister_filesystem(&ncp_fs_type); | 1008 | unregister_filesystem(&ncp_fs_type); |
1009 | destroy_inodecache(); | 1009 | destroy_inodecache(); |
1010 | } | 1010 | } |