diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-23 02:25:38 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-23 02:25:38 +0000 |
commit | 16b5d462f73eb29d1f67fa01cc1ea66afdc72569 (patch) | |
tree | 5407bd573f4840e473ea27cbe61e5c7a07131fcd /fs/smbfs | |
parent | ce8a076e11e7e5ee36007f9a3eee5bb3744cb8f6 (diff) |
Merge with Linux 2.3.99-pre2.
Diffstat (limited to 'fs/smbfs')
-rw-r--r-- | fs/smbfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smbfs/inode.c b/fs/smbfs/inode.c index cef1e93cf..9ed649a3b 100644 --- a/fs/smbfs/inode.c +++ b/fs/smbfs/inode.c @@ -546,7 +546,7 @@ static int __init init_smb_fs(void) smb_current_vmalloced = 0; #endif - return init_smb_fs(); + return register_filesystem(&smb_fs_type); } static void __exit exit_smb_fs(void) |