patch-2.3.50 linux/fs/devpts/root.c
Next file: linux/fs/exec.c
Previous file: linux/fs/devfs/base.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Mon Mar  6 15:49:21 2000
-  Orig file: 
v2.3.49/linux/fs/devpts/root.c
-  Orig date: 
Sat Feb 26 22:31:52 2000
diff -u --recursive --new-file v2.3.49/linux/fs/devpts/root.c linux/fs/devpts/root.c
@@ -30,9 +30,7 @@
 };
 
 static struct dentry_operations devpts_dentry_operations = {
-	devpts_revalidate,	/* d_revalidate */
-	NULL,			/* d_hash */
-	NULL,			/* d_compare */
+	d_revalidate:	devpts_revalidate,
 };
 
 /*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)