summaryrefslogtreecommitdiff
path: root/libdiskfs/diskfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs/diskfs.h')
-rw-r--r--libdiskfs/diskfs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h
index 11fb0ad1..106aeb06 100644
--- a/libdiskfs/diskfs.h
+++ b/libdiskfs/diskfs.h
@@ -25,6 +25,7 @@
#include <pthread.h>
#include <hurd/ports.h>
#include <hurd/fshelp.h>
+#include <hurd/ihash.h>
#include <hurd/iohelp.h>
#include <idvec.h>
#include <features.h>
@@ -80,8 +81,8 @@ struct peropen
filesystem. */
struct node
{
- /* Links on hash list. */
- struct node *hnext, **hprevp;
+ /* The slot we occupy in the node cache. */
+ hurd_ihash_locp_t slot;
struct disknode *dn;