patch-2.3.50 linux/fs/affs/namei.c

Next file: linux/fs/autofs/root.c
Previous file: linux/fs/adfs/dir.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.49/linux/fs/affs/namei.c linux/fs/affs/namei.c
@@ -44,10 +44,8 @@
 static int	 affs_hash_dentry(struct dentry *, struct qstr *);
 static int       affs_compare_dentry(struct dentry *, struct qstr *, struct qstr *);
 struct dentry_operations affs_dentry_operations = {
-	NULL,			/* d_validate	*/
-	affs_hash_dentry,	/* d_hash	*/
-	affs_compare_dentry,	/* d_compare	*/
-	NULL			/* d_delete	*/
+	d_hash:		affs_hash_dentry,
+	d_compare:	affs_compare_dentry,
 };
 
 /*

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