summaryrefslogtreecommitdiffstats
path: root/sys/ufs
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/ufs
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/ufs')
-rw-r--r--sys/ufs/ffs/ffs_rawread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_rawread.c b/sys/ufs/ffs/ffs_rawread.c
index b6fc927..3dcb33e 100644
--- a/sys/ufs/ffs/ffs_rawread.c
+++ b/sys/ufs/ffs/ffs_rawread.c
@@ -209,7 +209,7 @@ ffs_rawread_readahead(struct vnode *vp,
if (iolen != 0)
bp->b_bcount -= PAGE_SIZE;
}
- bp->b_flags = B_PHYS;
+ bp->b_flags = 0; /* XXX necessary ? */
bp->b_iocmd = BIO_READ;
bp->b_iodone = ffs_rawreadwakeup;
bp->b_data = udata;
OpenPOWER on IntegriCloud