]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
VOP_BALLOC was never really a VOP in the first place, so convert it
authorPoul-Henning Kamp <phk@FreeBSD.org>
Sun, 29 Apr 2001 12:36:52 +0000 (12:36 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Sun, 29 Apr 2001 12:36:52 +0000 (12:36 +0000)
commit855aa097afb31649c73cef7607ba35ce84ae3345
treec1580e8675390b62b168d595b0faac65bc30b692
parentb7ebffbc08b318c8896df13149761f167ecbf531
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".
14 files changed:
sys/gnu/ext2fs/ext2_mount.h
sys/gnu/fs/ext2fs/ext2_mount.h
sys/kern/vnode_if.src
sys/ufs/ffs/ffs_balloc.c
sys/ufs/ffs/ffs_extern.h
sys/ufs/ffs/ffs_inode.c
sys/ufs/ffs/ffs_snapshot.c
sys/ufs/ffs/ffs_vfsops.c
sys/ufs/ffs/ffs_vnops.c
sys/ufs/ifs/ifs_vnops.c
sys/ufs/ufs/ufs_lookup.c
sys/ufs/ufs/ufs_readwrite.c
sys/ufs/ufs/ufs_vnops.c
sys/ufs/ufs/ufsmount.h