diff options
Diffstat (limited to 'sys/fs/hpfs/hpfs_vfsops.c')
-rw-r--r-- | sys/fs/hpfs/hpfs_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/hpfs/hpfs_vfsops.c b/sys/fs/hpfs/hpfs_vfsops.c index 7c42521..af5291d 100644 --- a/sys/fs/hpfs/hpfs_vfsops.c +++ b/sys/fs/hpfs/hpfs_vfsops.c @@ -345,7 +345,7 @@ failed: if (bp) brelse (bp); mp->mnt_data = (qaddr_t)NULL; - g_wither_geom_close(cp->geom, ENXIO); + g_vfs_close(cp, td); return (error); } @@ -375,7 +375,7 @@ hpfs_unmount( } vinvalbuf(hpmp->hpm_devvp, V_SAVE, td, 0, 0); - g_wither_geom_close(hpmp->hpm_cp->geom, ENXIO); + g_vfs_close(hpmp->hpm_cp, td); vrele(hpmp->hpm_devvp); dprintf(("hpfs_umount: freeing memory...\n")); |