summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-03-16 08:09:52 +0000
committerphk <phk@FreeBSD.org>2005-03-16 08:09:52 +0000
commit5443e9818b928e8bed164859ee00cb7e5736064d (patch)
treee6407a56e3e93e554755a5406b287ecededf68c7 /sys
parent35b09a0244896e5909763b1fab4c23b34343b274 (diff)
downloadFreeBSD-src-5443e9818b928e8bed164859ee00cb7e5736064d.zip
FreeBSD-src-5443e9818b928e8bed164859ee00cb7e5736064d.tar.gz
Remove inode fields previously used for private inode hash tables.
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/cd9660/cd9660_node.h1
-rw-r--r--sys/fs/udf/udf.h1
-rw-r--r--sys/gnu/ext2fs/inode.h1
-rw-r--r--sys/gnu/fs/ext2fs/inode.h1
-rw-r--r--sys/isofs/cd9660/cd9660_node.h1
5 files changed, 0 insertions, 5 deletions
diff --git a/sys/fs/cd9660/cd9660_node.h b/sys/fs/cd9660/cd9660_node.h
index b207f76..a362dc1 100644
--- a/sys/fs/cd9660/cd9660_node.h
+++ b/sys/fs/cd9660/cd9660_node.h
@@ -57,7 +57,6 @@ typedef struct {
struct iso_node {
- struct iso_node *i_next, **i_prev; /* hash chain */
struct vnode *i_vnode; /* vnode associated with this inode */
u_long i_flag; /* see below */
ino_t i_number; /* the identity of the inode */
diff --git a/sys/fs/udf/udf.h b/sys/fs/udf/udf.h
index 348c2c9..a43f0cd 100644
--- a/sys/fs/udf/udf.h
+++ b/sys/fs/udf/udf.h
@@ -29,7 +29,6 @@
#define UDF_HASHTBLSIZE 100
struct udf_node {
- LIST_ENTRY(udf_node) le;
struct vnode *i_vnode;
struct udf_mnt *udfmp;
ino_t hash_id;
diff --git a/sys/gnu/ext2fs/inode.h b/sys/gnu/ext2fs/inode.h
index 53d781d..9ba5546 100644
--- a/sys/gnu/ext2fs/inode.h
+++ b/sys/gnu/ext2fs/inode.h
@@ -61,7 +61,6 @@
* active, and is put back when the file is no longer being used.
*/
struct inode {
- LIST_ENTRY(inode) i_hash;/* Hash chain. */
struct vnode *i_vnode;/* Vnode associated with this inode. */
struct vnode *i_devvp;/* Vnode for block I/O. */
u_int32_t i_flag; /* flags, see below */
diff --git a/sys/gnu/fs/ext2fs/inode.h b/sys/gnu/fs/ext2fs/inode.h
index 53d781d..9ba5546 100644
--- a/sys/gnu/fs/ext2fs/inode.h
+++ b/sys/gnu/fs/ext2fs/inode.h
@@ -61,7 +61,6 @@
* active, and is put back when the file is no longer being used.
*/
struct inode {
- LIST_ENTRY(inode) i_hash;/* Hash chain. */
struct vnode *i_vnode;/* Vnode associated with this inode. */
struct vnode *i_devvp;/* Vnode for block I/O. */
u_int32_t i_flag; /* flags, see below */
diff --git a/sys/isofs/cd9660/cd9660_node.h b/sys/isofs/cd9660/cd9660_node.h
index b207f76..a362dc1 100644
--- a/sys/isofs/cd9660/cd9660_node.h
+++ b/sys/isofs/cd9660/cd9660_node.h
@@ -57,7 +57,6 @@ typedef struct {
struct iso_node {
- struct iso_node *i_next, **i_prev; /* hash chain */
struct vnode *i_vnode; /* vnode associated with this inode */
u_long i_flag; /* see below */
ino_t i_number; /* the identity of the inode */
OpenPOWER on IntegriCloud