summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_node.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-03-14 13:22:41 +0000
committerphk <phk@FreeBSD.org>2005-03-14 13:22:41 +0000
commitd26364a9a9523fcaf47f48750b4c5f6c369cea92 (patch)
tree0433332e412d74e1f69c6e19d3adb43354cb208f /sys/isofs/cd9660/cd9660_node.h
parent8ef3f502d08b321a9ca55323f411a12a33c0618a (diff)
downloadFreeBSD-src-d26364a9a9523fcaf47f48750b4c5f6c369cea92.zip
FreeBSD-src-d26364a9a9523fcaf47f48750b4c5f6c369cea92.tar.gz
Use vfs_hash instead of home-rolled.
Diffstat (limited to 'sys/isofs/cd9660/cd9660_node.h')
-rw-r--r--sys/isofs/cd9660/cd9660_node.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/isofs/cd9660/cd9660_node.h b/sys/isofs/cd9660/cd9660_node.h
index a482181..b80dffa 100644
--- a/sys/isofs/cd9660/cd9660_node.h
+++ b/sys/isofs/cd9660/cd9660_node.h
@@ -112,8 +112,6 @@ void cd9660_defattr(struct iso_directory_record *,
struct iso_node *, struct buf *, enum ISO_FTYPE);
void cd9660_deftstamp(struct iso_directory_record *,
struct iso_node *, struct buf *, enum ISO_FTYPE);
-int cd9660_ihashget(struct cdev *, ino_t, int, struct vnode **);
-void cd9660_ihashins(struct iso_node *);
int cd9660_tstamp_conv7(u_char *, struct timespec *, enum ISO_FTYPE);
int cd9660_tstamp_conv17(u_char *, struct timespec *);
OpenPOWER on IntegriCloud