typo in smbfs/inode.c

Remi Turk (coder@a2zis.com)
Fri, 14 May 1999 15:15:14 +0100


This is a multi-part message in MIME format.
--------------9938D6CFFF5B5FDFD7BEE86D
Content-Type: text/plain; charset=us-ascii
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Transfer-Encoding: 7bit

hi,
i'm not sure (i'm just a bad probrammer), but i think there is
a typo in fs/smbfs/inode.c v2.3.1 (it didn't compile)
i included a simple patch

Advantages of Windows NT over Linux:
* It's easier to explain the crash was not your fault.
* You can use your mouse to type an email-message.

--------------9938D6CFFF5B5FDFD7BEE86D
Content-Type: text/plain; charset=us-ascii; name="Mypatch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="Mypatch"

diff -u --recursive linux/fs/smbfs/inode.c old/fs/smbfs/inode.c
--- linux/fs/smbfs/inode.c Fri May 14 16:42:08 1999
+++ old/fs/smbfs/inode.c Fri May 14 16:41:18 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;
}

--------------9938D6CFFF5B5FDFD7BEE86D--

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