Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2003 15:16:12 -0600
From:      Ryan Sommers <ryans@gamersimpact.com>
To:        "Robin P. Blanchard" <robin.blanchard@gactr.uga.edu>
Cc:        current@freebsd.org
Subject:   Re: ffs_blkfree panic w/ sources from late last night (est)
Message-ID:  <1072300571.662.9.camel@localhost>
In-Reply-To: <EE3D3FBAFFCAED448C21C398FDAD91AC0108CA@EBE1.gc.nat>
References:  <EE3D3FBAFFCAED448C21C398FDAD91AC0108CA@EBE1.gc.nat>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2003-12-24 at 14:27, Robin P. Blanchard wrote:
> #3  0xc05661e1 in bremfreel (bp=0xc431eda0) at
> /usr/src/sys/kern/vfs_bio.c:647
> #4  0xc0566115 in bremfree (bp=0x0) at /usr/src/sys/kern/vfs_bio.c:629

This looks odd that bremfree(bp=0x0) was called and then
bremfreel(bp=0xc431eda0) was called. I must be missing something but
shouldn't the same value be passed to bremfreel()?

-- snip from vfs_bio.c ---
void
bremfree(struct buf * bp)
{
        mtx_lock(&bqlock);
        bremfreel(bp);
        mtx_unlock(&bqlock);
}

void
bremfreel(struct buf * bp)
--- end snip ---




-- 
Ryan "leadZERO" Sommers
Gamer's Impact President
ryans@gamersimpact.com
ICQ: 1019590
AIM/MSN: leadZERO

-= http://www.gamersimpact.com =-




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1072300571.662.9.camel>