[PATCH] 2.3.1 typo in fs/smbfs/inode.c

George Bonser (grep@shorelink.com)
Thu, 13 May 1999 22:42:49 -0700 (PDT)


--- fs/smbfs/inode.c.orig Thu May 13 22:36:06 1999
+++ fs/smbfs/inode.c Thu May 13 22:36:19 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;
}

-
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/