mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
NCPFS: update diagnostic strings to match routine names.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Cc: Petr Vandrovec <VANDROVE@vc.cvut.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
797074e44d
commit
7c28cbaed6
1 changed files with 2 additions and 2 deletions
|
@ -987,7 +987,7 @@ static struct file_system_type ncp_fs_type = {
|
|||
static int __init init_ncp_fs(void)
|
||||
{
|
||||
int err;
|
||||
DPRINTK("ncpfs: init_module called\n");
|
||||
DPRINTK("ncpfs: init_ncp_fs called\n");
|
||||
|
||||
err = init_inodecache();
|
||||
if (err)
|
||||
|
@ -1004,7 +1004,7 @@ out1:
|
|||
|
||||
static void __exit exit_ncp_fs(void)
|
||||
{
|
||||
DPRINTK("ncpfs: cleanup_module called\n");
|
||||
DPRINTK("ncpfs: exit_ncp_fs called\n");
|
||||
unregister_filesystem(&ncp_fs_type);
|
||||
destroy_inodecache();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue