patch-2.3.50 linux/fs/msdos/namei.c
Next file: linux/fs/namei.c
Previous file: linux/fs/minix/namei.c
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Mon Mar  6 15:49:21 2000
-  Orig file: 
v2.3.49/linux/fs/msdos/namei.c
-  Orig date: 
Sat Feb 26 22:31:53 2000
diff -u --recursive --new-file v2.3.49/linux/fs/msdos/namei.c linux/fs/msdos/namei.c
@@ -200,12 +200,8 @@
 
 
 static struct dentry_operations msdos_dentry_operations = {
-	NULL, 		/* d_revalidate */
-	msdos_hash,
-	msdos_cmp,
-	NULL,		/* d_delete */
-	NULL,
-	NULL
+	d_hash:		msdos_hash,
+	d_compare:	msdos_cmp,
 };
 
 /*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)