Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/filecorefs Looks like "filecorefs" is also affected by t...
details: https://anonhg.NetBSD.org/src/rev/63200aa71fd2
branches: trunk
changeset: 471684:63200aa71fd2
user: tron <tron%NetBSD.org@localhost>
date: Wed Apr 07 21:55:58 1999 +0000
description:
Looks like "filecorefs" is also affected by the problem described in
PR kern/7329.
diffstat:
sys/filecorefs/filecore_lookup.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0a1a41b95bcf -r 63200aa71fd2 sys/filecorefs/filecore_lookup.c
--- a/sys/filecorefs/filecore_lookup.c Wed Apr 07 21:48:52 1999 +0000
+++ b/sys/filecorefs/filecore_lookup.c Wed Apr 07 21:55:58 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: filecore_lookup.c,v 1.3 1999/02/10 13:14:09 bouyer Exp $ */
+/* $NetBSD: filecore_lookup.c,v 1.4 1999/04/07 21:55:58 tron Exp $ */
/*-
* Copyright (c) 1998 Andrew McMurry
@@ -266,7 +266,7 @@
if (cnp->cn_flags & MAKEENTRY)
cache_enter(vdp, *vpp, cnp);
if (nameiop == CREATE || nameiop == RENAME)
- return (EJUSTRETURN);
+ return (EROFS);
return (ENOENT);
found:
Home |
Main Index |
Thread Index |
Old Index