summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
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/kern/vfs_bio.c
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/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index e4c3fb0..4c3e193 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -1932,7 +1932,6 @@ restart:
bp->b_bcount = 0;
bp->b_npages = 0;
bp->b_dirtyoff = bp->b_dirtyend = 0;
- bp->b_magic = B_MAGIC_BIO;
bp->b_bufobj = NULL;
LIST_INIT(&bp->b_dep);
OpenPOWER on IntegriCloud