Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2004 18:57:04 -0500 (EST)
From:      Ted Unangst <tedu@zeitbombe.org>
To:        freebsd-fs@freebsd.org
Subject:   bug in ffs_vget/ufs_reclaim
Message-ID:  <Pine.BSO.4.58.0401241850310.22071@af.pbqrshfvbavf.pbz>

next in thread | raw e-mail | index | archive | help
in ffs_vget, there is a VREF(i_devvp) call a ways into the function.
before this happens, there are several vput(vp) calls for various errors.
ufs_reclaim() will call vrele(i_devvp), but maybe it was never VREF'd, 
meaning there will be a mismatch, eventually leading to a panic when the 
ref goes below zero.  is this correct?



-- 
we owe so much money we're not broke we're broken
we're so poor we can't even pay attention


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