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

Next file: linux/fs/msdos/namei.c
Previous file: linux/fs/isofs/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.49/linux/fs/minix/namei.c linux/fs/minix/namei.c
@@ -106,13 +106,9 @@
 #endif
 
 struct dentry_operations minix_dentry_operations = {
-	0,		/* revalidate */
 #ifndef NO_TRUNCATE
-	minix_hash,
-#else
-	0,
+	d_hash:		minix_hash,
 #endif
-	0		/* compare */
 };
 
 static struct dentry *minix_lookup(struct inode * dir, struct dentry *dentry)

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