Date: Sat, 3 Jan 2004 20:08:34 -0800 (PST) From: Alexander Kabaev <kan@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c Message-ID: <200401040408.i0448Yvg049055@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kan 2004/01/03 20:08:34 PST FreeBSD src repository Modified files: sys/ufs/ffs ffs_snapshot.c Log: Avoid calling vprint on a vnode while holding its interlock mutex. Move diagnostic printf after vget. This might delay the debug output some, but at least it keeps kernel from exploding if DEBUG_VFS_LOCKS is in effect. Revision Changes Path 1.77 +2 -2 src/sys/ufs/ffs/ffs_snapshot.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401040408.i0448Yvg049055>