Date: Sun, 19 Mar 2006 20:14:47 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200603192014.k2JKEmiB022947@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2006-03-19 20:14:47 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Correct an assert in vop_rename_pre. fdvp may be locked if it is either the target directory or file. This case should fail in the filesystem anyway and perhaps kern_rename() should catch it. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.665 +1 -1 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603192014.k2JKEmiB022947>