diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2001-07-10 21:21:29 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2001-07-10 21:21:29 +0000 |
| commit | 9b5ad47fb7329e077872cdea9c6a1dc28f65532f (patch) | |
| tree | 39774deb25357214b53b9f3012524f48622713aa /sys/gnu | |
| parent | 63b2f7728a865b993d93eb62dc2c2d13533bf21e (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/ext2fs/inode.h | 2 | ||||
| -rw-r--r-- | sys/gnu/fs/ext2fs/inode.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/gnu/ext2fs/inode.h b/sys/gnu/ext2fs/inode.h index 0fdaee2e93e97..968d9505b00e2 100644 --- a/sys/gnu/ext2fs/inode.h +++ b/sys/gnu/ext2fs/inode.h @@ -94,6 +94,8 @@ struct inode { ino_t i_ino; /* Inode number of found directory. */ u_int32_t i_reclen; /* Size of found directory entry. */ u_int32_t i_spare[4]; /* XXX actually non-spare (for ext2fs). */ + + struct dirhash *i_dirhash; /* Hashing for large directories */ /* * The on-disk dinode itself. */ diff --git a/sys/gnu/fs/ext2fs/inode.h b/sys/gnu/fs/ext2fs/inode.h index 0fdaee2e93e97..968d9505b00e2 100644 --- a/sys/gnu/fs/ext2fs/inode.h +++ b/sys/gnu/fs/ext2fs/inode.h @@ -94,6 +94,8 @@ struct inode { ino_t i_ino; /* Inode number of found directory. */ u_int32_t i_reclen; /* Size of found directory entry. */ u_int32_t i_spare[4]; /* XXX actually non-spare (for ext2fs). */ + + struct dirhash *i_dirhash; /* Hashing for large directories */ /* * The on-disk dinode itself. */ |
