summaryrefslogtreecommitdiffstats
path: root/sys/fs/cd9660/cd9660_node.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/cd9660/cd9660_node.c')
-rw-r--r--sys/fs/cd9660/cd9660_node.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/fs/cd9660/cd9660_node.c b/sys/fs/cd9660/cd9660_node.c
index a1dfd39..4c95977 100644
--- a/sys/fs/cd9660/cd9660_node.c
+++ b/sys/fs/cd9660/cd9660_node.c
@@ -79,6 +79,16 @@ cd9660_init(vfsp)
return (0);
}
+int
+cd9660_uninit(vfsp)
+ struct vfsconf *vfsp;
+{
+
+ if (isohashtbl != NULL)
+ free(isohashtbl, M_ISOFSMNT);
+ return (0);
+}
+
/*
* Use the device/inum pair to find the incore inode, and return a pointer
OpenPOWER on IntegriCloud