patch-2.3.50 linux/fs/ncpfs/dir.c

Next file: linux/fs/nfs/dir.c
Previous file: linux/fs/namei.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.49/linux/fs/ncpfs/dir.c linux/fs/ncpfs/dir.c
@@ -75,10 +75,10 @@
 
 struct dentry_operations ncp_dentry_operations =
 {
-	ncp_lookup_validate,	/* d_revalidate(struct dentry *, int) */
-	ncp_hash_dentry,	/* d_hash */
-	ncp_compare_dentry,    	/* d_compare */
-	ncp_delete_dentry	/* d_delete(struct dentry *) */
+	d_revalidate:	ncp_lookup_validate,
+	d_hash:		ncp_hash_dentry,
+	d_compare:	ncp_compare_dentry,
+	d_delete:	ncp_delete_dentry,
 };
 
 

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