Date: Sun, 5 Oct 2003 00:12:38 -0700 (PDT) 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: <200310050712.h957Cc1v078350@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/10/05 00:12:38 PDT FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Fix an XXX. Check the error of vn_lock() in vflush(). Don't specify LK_RETRY either, we don't want this vnode if it turns into another. - Remove the code that checks the mount point after acquiring the lock we are guaranteed to either fail or get the vnode that we wanted. Revision Changes Path 1.465 +2 -13 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310050712.h957Cc1v078350>