summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-11-04 09:48:18 +0000
committerphk <phk@FreeBSD.org>2004-11-04 09:48:18 +0000
commite5715b2cc150e2463e9765903b2ba151e4540913 (patch)
tree6c4c1c8c74279ff2c647ad1f42c10aa070dc9b27 /sys/vm
parente7584a1a43496d87a269ea9ea76fa1f627d0a380 (diff)
downloadFreeBSD-src-e5715b2cc150e2463e9765903b2ba151e4540913.zip
FreeBSD-src-e5715b2cc150e2463e9765903b2ba151e4540913.tar.gz
Retire b_magic now, we have the bufobj containing the same hint.
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_pager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c
index 392720d..44a2ba0 100644
--- a/sys/vm/vm_pager.c
+++ b/sys/vm/vm_pager.c
@@ -295,7 +295,6 @@ initpbuf(struct buf *bp)
bp->b_ioflags = 0;
bp->b_iodone = NULL;
bp->b_error = 0;
- bp->b_magic = B_MAGIC_BIO;
BUF_LOCK(bp, LK_EXCLUSIVE, NULL);
}
OpenPOWER on IntegriCloud