Linux-2.3.1 fs/smbfs/inode.c

Adam Rogoyski rogoyski at cs.utexas.edu
Fri May 14 18:27:24 GMT 1999


   Hi.  Trying to compile linux 2.3.1 fs/smbfs/inode.c seemed to have a
parse error, missing a semi-colon.  Here is the patch for it.  You were
listed as the maintainer for smbfs.
  
   Adam


--- linux/fs/smbfs/inode.c	Fri May 14 13:19:23 1999
+++ linux-2.3.1/fs/smbfs/inode.c	Fri May 14 13:23:43 1999
@@ -88,7 +88,7 @@
 		result->i_op = &smb_dir_inode_operations;
 	else
 		result->i_op = NULL;
-	insert_inode_hash(result)
+	insert_inode_hash(result);
 	return result;
 }
 



More information about the samba mailing list