summaryrefslogtreecommitdiffstats
path: root/sys/kern/vnode_if.src
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-09-13 06:50:42 +0000
committerphk <phk@FreeBSD.org>2004-09-13 06:50:42 +0000
commit2806321da1d08c5e85a322f18c76ddcc5cf4c809 (patch)
treeb3e947cfc4cfb68de1e156810791f4206bd23e84 /sys/kern/vnode_if.src
parented6044d4759b101b2fe25b846b0accfc057804e1 (diff)
downloadFreeBSD-src-2806321da1d08c5e85a322f18c76ddcc5cf4c809.zip
FreeBSD-src-2806321da1d08c5e85a322f18c76ddcc5cf4c809.tar.gz
Remove the buffercache/vnode side of BIO_DELETE processing in
preparation for integration of p4::phk_bufwork. In the future, local filesystems will talk to GEOM directly and they will consequently be able to issue BIO_DELETE directly. Since the removal of the fla driver, BIO_DELETE has effectively been a no-op anyway.
Diffstat (limited to 'sys/kern/vnode_if.src')
-rw-r--r--sys/kern/vnode_if.src14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/kern/vnode_if.src b/sys/kern/vnode_if.src
index d469b39..49244a6 100644
--- a/sys/kern/vnode_if.src
+++ b/sys/kern/vnode_if.src
@@ -478,20 +478,6 @@ vop_putpages {
};
#
-#% freeblks vp - - -
-#
-# This call is used by the filesystem to release blocks back to
-# device-driver. This is useful if the driver has a lengthy
-# erase handling or similar.
-#
-
-vop_freeblks {
- IN struct vnode *vp;
- IN daddr_t addr;
- IN daddr_t length;
-};
-
-#
#% getacl vp L L L
#
vop_getacl {
OpenPOWER on IntegriCloud