patch-2.3.50 linux/fs/hfs/sysdep.c

Next file: linux/fs/hpfs/dentry.c
Previous file: linux/fs/fifo.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.49/linux/fs/hfs/sysdep.c linux/fs/hfs/sysdep.c
@@ -24,12 +24,10 @@
 static void hfs_dentry_iput(struct dentry *, struct inode *);
 struct dentry_operations hfs_dentry_operations =
 {
-	hfs_revalidate_dentry,	/* d_revalidate(struct dentry *) */
-	hfs_hash_dentry,	/* d_hash */
-	hfs_compare_dentry,    	/* d_compare */
-	NULL,	                /* d_delete(struct dentry *) */
-	NULL,                   /* d_release(struct dentry *) */
-	hfs_dentry_iput         /* d_iput(struct dentry *, struct inode *) */
+	d_revalidate:	hfs_revalidate_dentry,	
+	d_hash:		hfs_hash_dentry,
+	d_compare:	hfs_compare_dentry,
+	d_iput:		hfs_dentry_iput,
 };
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)