[patch] 2.3.1 typo in smbfs

Andrea Arcangeli (andrea@suse.de)
Fri, 14 May 1999 03:26:45 +0200 (CEST)


This allows smbfs to compile.

Index: fs/smbfs/inode.c
===================================================================
RCS file: /var/cvs/linux/fs/smbfs/inode.c,v
retrieving revision 1.1.2.3
diff -u -r1.1.2.3 inode.c
--- inode.c 1999/05/14 01:03:57 1.1.2.3
+++ linux/fs/smbfs/inode.c 1999/05/14 01:12:42
@@ -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;
}

Andrea Arcangeli

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/