patch-2.3.50 linux/fs/hpfs/dentry.c
Next file: linux/fs/isofs/inode.c
Previous file: linux/fs/hfs/sysdep.c
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Mon Mar  6 15:49:21 2000
-  Orig file: 
v2.3.49/linux/fs/hpfs/dentry.c
-  Orig date: 
Sun May 16 10:27:40 1999
diff -u --recursive --new-file v2.3.49/linux/fs/hpfs/dentry.c linux/fs/hpfs/dentry.c
@@ -50,10 +50,8 @@
 }
 
 struct dentry_operations hpfs_dentry_operations = {
-	NULL,			/* d_validate   */
-	hpfs_hash_dentry,	/* d_hash       */
-	hpfs_compare_dentry,	/* d_compare    */
-	NULL			/* d_delete     */
+	d_hash:		hpfs_hash_dentry,
+	d_compare:	hpfs_compare_dentry,
 };
 
 void hpfs_set_dentry_operations(struct dentry *dentry)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)