summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-06-15 19:14:03 +0000
committerphk <phk@FreeBSD.org>2003-06-15 19:14:03 +0000
commit0eac6a3d06eca871b729ef7ef33f8be0dc3cc5eb (patch)
tree46718c64f1f00b8156eddcbff5f8e0066a4d49bc /sys/fs
parent24cc9156fe9b5c2e779cc33134e9821873057333 (diff)
downloadFreeBSD-src-0eac6a3d06eca871b729ef7ef33f8be0dc3cc5eb.zip
FreeBSD-src-0eac6a3d06eca871b729ef7ef33f8be0dc3cc5eb.tar.gz
Duh! I misread my handwritte notes: We do _not_ want to asser that
vp == bp->b_vp in specfs, that was the entire point of VOP_SPECSTRATEGY().
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/specfs/spec_vnops.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/specfs/spec_vnops.c b/sys/fs/specfs/spec_vnops.c
index 89e6af2..9f236a4 100644
--- a/sys/fs/specfs/spec_vnops.c
+++ b/sys/fs/specfs/spec_vnops.c
@@ -531,8 +531,6 @@ spec_strategy(ap)
{
static int once;
- KASSERT(ap->a_vp == ap->a_bp->b_vp, ("%s(%p != %p)",
- __func__, ap->a_vp, ap->a_bp->b_vp));
if (!once) {
vprint("VOP_STRATEGY on VCHR", ap->a_vp);
backtrace();
OpenPOWER on IntegriCloud