lkml.org 
[lkml]   [2000]   [Mar]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Simple fix for 2.3.99pre1 for smbfs hang at boot
A simple mistake in the 2.3.99pre1 makes smbfs recurse on its init
function at initialization. Fix (works for me) attached.

Simon-

[ Stormix Technologies Inc. ][ NetNation Communcations Inc. ]
[ sim@stormix.com ][ sim@netnation.com ]
[ Opinions expressed are not necessarily those of my employers. ]
--- linux/fs/smbfs/inode.c.orig Wed Mar 15 11:22:58 2000
+++ linux/fs/smbfs/inode.c Wed Mar 15 11:23:09 2000
@@ -546,7 +546,7 @@
smb_current_vmalloced = 0;
#endif

- return init_smb_fs();
+ return register_filesystem(&smb_fs_type);
}

static void __exit exit_smb_fs(void)
\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.021 / U:0.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site