From 8c2367ad380541b5c6c41a810df43a755581aa9f Mon Sep 17 00:00:00 2001 From: wollman Date: Wed, 21 Sep 1994 23:22:52 +0000 Subject: Fix a few niggling little bugs: - set args->lkm_offset correctly so that VFS modules can be unloaded - initialize _fs_vfsops.vfc_refcount correctly so that VFS modules can be unloaded - include kernel.h in a few placves to get the correct definition of DATA_SET --- sys/fs/nullfs/null_vnops.c | 3 ++- sys/fs/umapfs/umap_vnops.c | 3 ++- sys/fs/unionfs/union_vnops.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'sys/fs') diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c index 63281ac..78feac2 100644 --- a/sys/fs/nullfs/null_vnops.c +++ b/sys/fs/nullfs/null_vnops.c @@ -35,7 +35,7 @@ * * @(#)null_vnops.c 8.1 (Berkeley) 6/10/93 * - * $Id: null_vnops.c,v 1.3 1994/08/20 03:48:51 davidg Exp $ + * $Id: null_vnops.c,v 1.4 1994/09/21 03:47:02 wollman Exp $ */ /* @@ -162,6 +162,7 @@ #include #include +#include #include #include #include diff --git a/sys/fs/umapfs/umap_vnops.c b/sys/fs/umapfs/umap_vnops.c index cf558ab..fa69292 100644 --- a/sys/fs/umapfs/umap_vnops.c +++ b/sys/fs/umapfs/umap_vnops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)umap_vnops.c 8.3 (Berkeley) 1/5/94 - * $Id: umap_vnops.c,v 1.4 1994/08/20 03:48:54 davidg Exp $ + * $Id: umap_vnops.c,v 1.5 1994/09/21 03:47:12 wollman Exp $ */ /* @@ -43,6 +43,7 @@ #include #include +#include #include #include #include diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c index 0e71ee8..9aa19f1 100644 --- a/sys/fs/unionfs/union_vnops.c +++ b/sys/fs/unionfs/union_vnops.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)union_vnops.c 8.6 (Berkeley) 2/17/94 - * $Id: union_vnops.c,v 1.3 1994/08/02 07:45:47 davidg Exp $ + * $Id: union_vnops.c,v 1.4 1994/09/21 03:47:14 wollman Exp $ */ #include @@ -43,6 +43,7 @@ #include #include #include +#include #include #include #include -- cgit v1.1