Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83427
b: refs/heads/master
c: 7c28cba
h: refs/heads/master
i:
  83425: 83634a5
  83423: f28ac45
v: v3
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed Feb 6, 2008
1 parent cf02422 commit 3872087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 797074e44d78835adbde2ca527718b0e50226b95
refs/heads/master: 7c28cbaed6811260efc0134b984b924cd0ed46f5
4 changes: 2 additions & 2 deletions trunk/fs/ncpfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -1004,7 +1004,7 @@ static int __init init_ncp_fs(void)

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();
}
Expand Down

0 comments on commit 3872087

Please sign in to comment.