summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_aio.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-11-15 09:28:09 +0000
committerphk <phk@FreeBSD.org>2003-11-15 09:28:09 +0000
commitd04b779c2dc9e26b2950aa03dcde3bd919b4a99f (patch)
tree2576f002db424d955f0e6e6ab48c66fec04717bf /sys/kern/vfs_aio.c
parent0e7d8d9c5196ef34c88a203661fdb0df5272e50a (diff)
downloadFreeBSD-src-d04b779c2dc9e26b2950aa03dcde3bd919b4a99f.zip
FreeBSD-src-d04b779c2dc9e26b2950aa03dcde3bd919b4a99f.tar.gz
Send B_PHYS out to pasture, it no longer serves any function.
Diffstat (limited to 'sys/kern/vfs_aio.c')
-rw-r--r--sys/kern/vfs_aio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
index 6642fde..d51d3fc 100644
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -1102,7 +1102,6 @@ aio_qphysio(struct proc *p, struct aiocblist *aiocbe)
bp->b_bcount = cb->aio_nbytes;
bp->b_bufsize = cb->aio_nbytes;
- bp->b_flags = B_PHYS;
bp->b_iodone = aio_physwakeup;
bp->b_saveaddr = bp->b_data;
bp->b_data = (void *)(uintptr_t)cb->aio_buf;
OpenPOWER on IntegriCloud