summaryrefslogtreecommitdiffstats
path: root/sys/ufs
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/ufs
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/ufs')
-rw-r--r--sys/ufs/ffs/ffs_alloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c
index 5faba0b..ddd1ce9 100644
--- a/sys/ufs/ffs/ffs_alloc.c
+++ b/sys/ufs/ffs/ffs_alloc.c
@@ -1705,7 +1705,6 @@ ffs_blkfree(fs, devvp, bno, size, inum)
if ((devvp->v_vflag & VV_COPYONWRITE) &&
ffs_snapblkfree(fs, devvp, bno, size, inum))
return;
- VOP_FREEBLKS(devvp, fsbtodb(fs, bno), size);
}
#ifdef DIAGNOSTIC
if (dev->si_mountpoint &&
OpenPOWER on IntegriCloud