patch-2.1.64 linux/include/linux/ncp_fs.h

Next file: linux/include/linux/pci.h
Previous file: linux/include/linux/miscdevice.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.63/linux/include/linux/ncp_fs.h linux/include/linux/ncp_fs.h
@@ -202,12 +202,13 @@
 
 static inline int ncp_preserve_case(struct inode *i)
 {
-	/* If we can get case-sensitive server lookups working, then
-	 *
-	 *  return (ncp_namespace(i) == NW_NS_OS2);
-	 */
-	return 0;
+       	return (ncp_namespace(i) == NW_NS_OS2);
 }
+
+static inline int ncp_case_sensitive(struct inode *i)
+{
+	return 0;
+} 
 
 #endif				/* __KERNEL__ */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov