summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_vfsops.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-04-29 12:36:52 +0000
committerphk <phk@FreeBSD.org>2001-04-29 12:36:52 +0000
commit8e3fa89968253688c69354328c0c8c9aa765ee6b (patch)
treea9929c6714ce54047cee9e12f32d2b8f21654fe7 /sys/ufs/ffs/ffs_vfsops.c
parent608c1caf3bebcc3d9b0a01af62a7f57d2c6427ea (diff)
downloadFreeBSD-src-8e3fa89968253688c69354328c0c8c9aa765ee6b.zip
FreeBSD-src-8e3fa89968253688c69354328c0c8c9aa765ee6b.tar.gz
VOP_BALLOC was never really a VOP in the first place, so convert it
to UFS_BALLOC like the other "between UFS and FFS function interfaces".
Diffstat (limited to 'sys/ufs/ffs/ffs_vfsops.c')
-rw-r--r--sys/ufs/ffs/ffs_vfsops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c
index ccfdf18..b1fb0cf 100644
--- a/sys/ufs/ffs/ffs_vfsops.c
+++ b/sys/ufs/ffs/ffs_vfsops.c
@@ -625,6 +625,7 @@ ffs_mountfs(devvp, mp, p, malloctype)
ump->um_update = ffs_update;
ump->um_valloc = ffs_valloc;
ump->um_vfree = ffs_vfree;
+ ump->um_balloc = ffs_balloc;
bcopy(bp->b_data, ump->um_fs, (u_int)fs->fs_sbsize);
if (fs->fs_sbsize < SBSIZE)
bp->b_flags |= B_INVAL | B_NOCACHE;
OpenPOWER on IntegriCloud