summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/coda_namecache.c
diff options
context:
space:
mode:
authorrvb <rvb@FreeBSD.org>1998-10-28 19:33:50 +0000
committerrvb <rvb@FreeBSD.org>1998-10-28 19:33:50 +0000
commitf3f6c9f429adae171401c8bb886b2e72b7b79447 (patch)
treea26a4dcfa9c080d458867a19e578e60baa1db7c5 /sys/fs/coda/coda_namecache.c
parent45c6ebc96d5f8b870255823e68e008985d394f31 (diff)
downloadFreeBSD-src-f3f6c9f429adae171401c8bb886b2e72b7b79447.zip
FreeBSD-src-f3f6c9f429adae171401c8bb886b2e72b7b79447.tar.gz
Venus must be passed O_CREAT flag on VOP_OPEN iff this is
a creat so that we can will allow a mode 444 file to be written into. Sync with the latest coda.h and deal with collateral damage.
Diffstat (limited to 'sys/fs/coda/coda_namecache.c')
-rw-r--r--sys/fs/coda/coda_namecache.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/fs/coda/coda_namecache.c b/sys/fs/coda/coda_namecache.c
index d66f115..2da7b09 100644
--- a/sys/fs/coda/coda_namecache.c
+++ b/sys/fs/coda/coda_namecache.c
@@ -27,7 +27,7 @@
* Mellon the rights to redistribute these changes without encumbrance.
*
* @(#) src/sys/coda/coda_namecache.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
- * $Id: coda_namecache.c,v 1.6 1998/09/25 17:38:31 rvb Exp $
+ * $Id: coda_namecache.c,v 1.7 1998/09/28 20:52:58 rvb Exp $
*
*/
@@ -47,6 +47,9 @@
/*
* HISTORY
* $Log: coda_namecache.c,v $
+ * Revision 1.7 1998/09/28 20:52:58 rvb
+ * Cleanup and fix THE bug
+ *
* Revision 1.6 1998/09/25 17:38:31 rvb
* Put "stray" printouts under DIAGNOSTIC. Make everything build
* with DEBUG on. Add support for lkm. (The macro's don't work
@@ -702,7 +705,7 @@ coda_nc_purge_user(uid, dcstat)
return;
CODA_NC_DEBUG(CODA_NC_PURGEUSER,
- myprintf(("ZapDude: uid %lx\n", uid)); )
+ myprintf(("ZapDude: uid %x\n", uid)); )
coda_nc_stat.zapUsers++;
for (cncp = CODA_NC_LRUGET(coda_nc_lru);
OpenPOWER on IntegriCloud