aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1997-08-27 02:58:40 +0000
committerJulian Elischer <julian@FreeBSD.org>1997-08-27 02:58:40 +0000
commit139c7c8e2d4dc324f1b9ce64e0bc6097f97b3f9c (patch)
treeb75c732c4cf1f6d3e0c6e9b6aac098970d5f8fbc /sys/miscfs/devfs
parent4e752f44f06873db90eacf0b0cd89d74d6f857b3 (diff)
Notes
Diffstat (limited to 'sys/miscfs/devfs')
-rw-r--r--sys/miscfs/devfs/devfs_vnops.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/miscfs/devfs/devfs_vnops.c b/sys/miscfs/devfs/devfs_vnops.c
index f02df5932133..73d6ff562b83 100644
--- a/sys/miscfs/devfs/devfs_vnops.c
+++ b/sys/miscfs/devfs/devfs_vnops.c
@@ -1,7 +1,7 @@
/*
* Written by Julian Elischer (julian@DIALix.oz.au)
*
- * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vnops.c,v 1.36 1997/04/10 15:05:38 bde Exp $
+ * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vnops.c,v 1.37 1997/08/25 20:31:00 phk Exp $
*
* symlinks can wait 'til later.
*/
@@ -133,13 +133,6 @@ DBPRINT(("lookup\n"));
* allowing file to be created.
*/
if (!(flags & ISLASTCN) || !(op == CREATE || op == RENAME)) {
-
- /*
- * Insert name into cache
- * (as non-existent) if appropriate.
- */
- if ((cnp->cn_flags & MAKEENTRY) && op != CREATE)
-DBPRINT(("NOT\n"));
return ENOENT;
}
/*