summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/coda_subr.c
diff options
context:
space:
mode:
authorrvb <rvb@FreeBSD.org>1998-09-13 13:57:59 +0000
committerrvb <rvb@FreeBSD.org>1998-09-13 13:57:59 +0000
commitc972cf2a023cbbef488f40a5953c085b9a038298 (patch)
tree72efa8c5d0f590d35538434d39d738ce7f1df6f5 /sys/fs/coda/coda_subr.c
parentac5f389299786b41800e6d4bb7ca8c39c173b246 (diff)
downloadFreeBSD-src-c972cf2a023cbbef488f40a5953c085b9a038298.zip
FreeBSD-src-c972cf2a023cbbef488f40a5953c085b9a038298.tar.gz
Finish conversion of cfs -> coda
Diffstat (limited to 'sys/fs/coda/coda_subr.c')
-rw-r--r--sys/fs/coda/coda_subr.c18
1 files changed, 11 insertions, 7 deletions
diff --git a/sys/fs/coda/coda_subr.c b/sys/fs/coda/coda_subr.c
index 3e6472d..6e3d0e2 100644
--- a/sys/fs/coda/coda_subr.c
+++ b/sys/fs/coda/coda_subr.c
@@ -26,8 +26,8 @@
* improvements or extensions that they make, and to grant Carnegie
* Mellon the rights to redistribute these changes without encumbrance.
*
- * @(#) src/sys/cfs/cfs_subr.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
- * $Id: cfs_subr.c,v 1.2 1998/09/02 19:09:53 rvb Exp $
+ * @(#) src/sys/coda/coda_subr.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
+ * $Id: coda_subr.c,v 1.4 1998/09/11 18:50:17 rvb Exp $
*
*/
@@ -45,7 +45,11 @@
/*
* HISTORY
- * $Log: cfs_subr.c,v $
+ * $Log: coda_subr.c,v $
+ * Revision 1.4 1998/09/11 18:50:17 rvb
+ * All the references to cfs, in symbols, structs, and strings
+ * have been changed to coda. (Same for CFS.)
+ *
* Revision 1.2 1998/09/02 19:09:53 rvb
* Pass2 complete
*
@@ -215,10 +219,10 @@
#include <sys/select.h>
#include <sys/mount.h>
-#include <cfs/coda.h>
-#include <cfs/cnode.h>
-#include <cfs/cfs_subr.h>
-#include <cfs/cfsnc.h>
+#include <coda/coda.h>
+#include <coda/cnode.h>
+#include <coda/coda_subr.h>
+#include <coda/coda_namecache.h>
int coda_active = 0;
int coda_reuse = 0;
OpenPOWER on IntegriCloud