summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/msdosfs_vfsops.c
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2000-06-29 01:12:47 +0000
committerbp <bp@FreeBSD.org>2000-06-29 01:12:47 +0000
commit6c6297b200fc4c9df8b5bd35fcd4a48fa764c5c5 (patch)
tree7d7268ca7e4212e4b11c336fff7e49a764bbaa0b /sys/msdosfs/msdosfs_vfsops.c
parent6ffdd2b43196364e602daa6b79e5a7d855c85f1a (diff)
downloadFreeBSD-src-6c6297b200fc4c9df8b5bd35fcd4a48fa764c5c5.zip
FreeBSD-src-6c6297b200fc4c9df8b5bd35fcd4a48fa764c5c5.tar.gz
Fix memory leakage on module unload.
Spotted by: fixed INVARIANTS code
Diffstat (limited to 'sys/msdosfs/msdosfs_vfsops.c')
-rw-r--r--sys/msdosfs/msdosfs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/msdosfs/msdosfs_vfsops.c b/sys/msdosfs/msdosfs_vfsops.c
index 84d8b7c..33b5cd7 100644
--- a/sys/msdosfs/msdosfs_vfsops.c
+++ b/sys/msdosfs/msdosfs_vfsops.c
@@ -981,7 +981,7 @@ static struct vfsops msdosfs_vfsops = {
msdosfs_checkexp,
msdosfs_vptofh,
msdosfs_init,
- vfs_stduninit,
+ msdosfs_uninit,
vfs_stdextattrctl,
};
OpenPOWER on IntegriCloud