diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-11-15 09:28:09 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-11-15 09:28:09 +0000 |
| commit | 00cbe31bd8e216af9c419ece4435a613f2bb9f5f (patch) | |
| tree | 2576f002db424d955f0e6e6ab48c66fec04717bf /sys/ufs | |
| parent | 28c941642946e5df3680d0405ca0f4ee1f621caa (diff) | |
Notes
Diffstat (limited to 'sys/ufs')
| -rw-r--r-- | sys/ufs/ffs/ffs_rawread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_rawread.c b/sys/ufs/ffs/ffs_rawread.c index b6fc927383f6..3dcb33e25a95 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; |
