diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-10-31 13:55:22 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-10-31 13:55:22 +0000 |
commit | 170a279f9a057d9e9dc829f28e6fba6ca9a263db (patch) | |
tree | 183eac9eea02a2deea4e43b319766373dd50af9f /sys/conf | |
parent | 68e97c43fd49e5c76796ac519b85ced93d29ba2f (diff) |
Stop abusing ufs inodes and with it the ufs_ihash.
Instead extend fusefs_node with the few required fields.
Tested by kirill@ with input from miod@
OK beck@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 98c3863521c..3b2c24aad08 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.740 2024/09/14 11:06:48 jsg Exp $ +# $OpenBSD: files,v 1.741 2024/10/31 13:55:21 claudio Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -610,6 +610,7 @@ file dev/kstat.c kstat needs-flag pseudo-device fuse file miscfs/fuse/fuse_device.c fuse needs-flag file miscfs/fuse/fuse_file.c fuse +file miscfs/fuse/fuse_ihash.c fuse file miscfs/fuse/fuse_lookup.c fuse file miscfs/fuse/fuse_vfsops.c fuse file miscfs/fuse/fuse_vnops.c fuse |