summaryrefslogtreecommitdiff
path: root/sys/fs/sysvbfs/sysvbfs.h
diff options
context:
space:
mode:
authorhannken <hannken@NetBSD.org>2014-12-26 15:23:21 +0000
committerhannken <hannken@NetBSD.org>2014-12-26 15:23:21 +0000
commit9ab44bf5879bb3aeb4d27ca5bf832b32b005db93 (patch)
treea4dccf51834f18083cfd10038840d4f307e5944d /sys/fs/sysvbfs/sysvbfs.h
parent86795a1b01290bb6e2661ee6bdce6274ad4923d7 (diff)
Change sysvbfs to vcache.
Diffstat (limited to 'sys/fs/sysvbfs/sysvbfs.h')
-rw-r--r--sys/fs/sysvbfs/sysvbfs.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/fs/sysvbfs/sysvbfs.h b/sys/fs/sysvbfs/sysvbfs.h
index ed3ccb446ac..77cbd1a1082 100644
--- a/sys/fs/sysvbfs/sysvbfs.h
+++ b/sys/fs/sysvbfs/sysvbfs.h
@@ -1,4 +1,4 @@
-/* $NetBSD: sysvbfs.h,v 1.9 2010/05/27 23:40:12 pooka Exp $ */
+/* $NetBSD: sysvbfs.h,v 1.10 2014/12/26 15:23:21 hannken Exp $ */
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -53,15 +53,12 @@ struct sysvbfs_node {
int update_atime;
int update_mtime;
int removed;
-
- LIST_ENTRY(sysvbfs_node) link;
};
struct sysvbfs_mount {
struct mount *mountp;
struct vnode *devvp; /* block device mounted vnode */
struct bfs *bfs;
- LIST_HEAD(, sysvbfs_node) bnode_head;
};
/* v-node ops. */