summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_vfsops.c
diff options
context:
space:
mode:
authorrvb <rvb@FreeBSD.org>1998-09-29 20:19:45 +0000
committerrvb <rvb@FreeBSD.org>1998-09-29 20:19:45 +0000
commitee04be1c0c3595e35149685ee3e880bb6c207741 (patch)
tree50434faef95ed291575a4946790ae58998ffeb50 /sys/coda/coda_vfsops.c
parent8d4ba0e0ec041c3c3230cac4dcd6bd67bd2e5c7d (diff)
downloadFreeBSD-src-ee04be1c0c3595e35149685ee3e880bb6c207741.zip
FreeBSD-src-ee04be1c0c3595e35149685ee3e880bb6c207741.tar.gz
Fixes for lkm:
1. use VFS_LKM vs ACTUALLY_LKM_NOT_KERNEL 2. don't pass -DCODA to lkm build
Diffstat (limited to 'sys/coda/coda_vfsops.c')
-rw-r--r--sys/coda/coda_vfsops.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c
index 59df97a..835af3763 100644
--- a/sys/coda/coda_vfsops.c
+++ b/sys/coda/coda_vfsops.c
@@ -27,7 +27,7 @@
* Mellon the rights to redistribute these changes without encumbrance.
*
* @(#) src/sys/cfs/coda_vfsops.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
- * $Id: coda_vfsops.c,v 1.5 1998/09/13 13:57:59 rvb Exp $
+ * $Id: coda_vfsops.c,v 1.6 1998/09/25 17:38:32 rvb Exp $
*
*/
@@ -47,6 +47,11 @@
/*
* HISTORY
* $Log: coda_vfsops.c,v $
+ * Revision 1.6 1998/09/25 17:38:32 rvb
+ * Put "stray" printouts under DIAGNOSTIC. Make everything build
+ * with DEBUG on. Add support for lkm. (The macro's don't work
+ * for me; for a good chuckle look at the end of coda_fbsd.c.)
+ *
* Revision 1.5 1998/09/13 13:57:59 rvb
* Finish conversion of cfs -> coda
*
@@ -185,7 +190,7 @@
*
*/
-#ifdef ACTUALLY_LKM_NOT_KERNEL
+#ifdef VFS_LKM
#define NVCODA 4
#else
#include <vcoda.h>
@@ -734,7 +739,7 @@ struct vfsops coda_vfsops = {
coda_init,
};
-#ifdef ACTUALLY_LKM_NOT_KERNEL
+#ifdef VFS_LKM
/*
* This case is being handled in coda_fbsd.c
* What we want is too hairy for VFS_SET to get right!
OpenPOWER on IntegriCloud