diff options
author | phk <phk@FreeBSD.org> | 2001-04-29 12:36:52 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-04-29 12:36:52 +0000 |
commit | 8e3fa89968253688c69354328c0c8c9aa765ee6b (patch) | |
tree | a9929c6714ce54047cee9e12f32d2b8f21654fe7 /sys/kern/vnode_if.src | |
parent | 608c1caf3bebcc3d9b0a01af62a7f57d2c6427ea (diff) | |
download | FreeBSD-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/kern/vnode_if.src')
-rw-r--r-- | sys/kern/vnode_if.src | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/kern/vnode_if.src b/sys/kern/vnode_if.src index 2fb59d3..3616066 100644 --- a/sys/kern/vnode_if.src +++ b/sys/kern/vnode_if.src @@ -427,18 +427,6 @@ vop_advlock { }; # -#% balloc vp L L L -# -vop_balloc { - IN struct vnode *vp; - IN off_t startoffset; - IN int size; - IN struct ucred *cred; - IN int flags; - OUT struct buf **bpp; -}; - -# #% reallocblks vp L L L # vop_reallocblks { |