Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2004 23:13:06 -0500
From:      Alexander Kabaev <ak03@gte.com>
To:        Jun Kuriyama <kuriyama@imgsrc.co.jp>
Cc:        Current <freebsd-current@freebsd.org>
Subject:   Re: VOP_PRINT: 0xc775b128 interlock is locked but should not be
Message-ID:  <20040104041306.GA27551@kanpc.gte.com>
In-Reply-To: <7misjss9ud.wl@black.imgsrc.co.jp>
References:  <7misjss9ud.wl@black.imgsrc.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
ffs_snapshot calls vprint with vnode interlock held and that triggers
DEBUG_VFS_LOCKS guards on VOP_PRINT. You have both snapdebug and vfs
locking debugging enabled in your kernel?

I moved vprint lower in the function for now.

-- 
Alexander Kabaev



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