Date: Sun, 16 Mar 2003 03:19:54 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/udf udf_vnops.c Message-ID: <200303161119.h2GBJsXQ091753@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/03/16 03:19:54 PST FreeBSD src repository Modified files: sys/fs/udf udf_vnops.c Log: Make udf_allocv() return an unlocked vnode instead of a locked one to avoid a "locking against myself" panic when udf_hashins() tries to lock it again. Lock the vnode in udf_hashins() before adding it to the hash bucket. Revision Changes Path 1.25 +1 -2 src/sys/fs/udf/udf_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303161119.h2GBJsXQ091753>