Date: Tue, 18 Nov 2008 23:18:37 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/cd9660 cd9660_vfsops.c Message-ID: <200811182318.mAINIkch081438@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-11-18 23:18:37 UTC FreeBSD src repository Modified files: sys/fs/cd9660 cd9660_vfsops.c Log: SVN rev 185070 on 2008-11-18 23:18:37Z by jhb When looking up the vnode for the device to mount the filesystem on, ask NDINIT to return a locked vnode instead of letting it drop the lock and return a referenced vnode and then relock the vnode a few lines down. This matches the behavior of other filesystem mount routines. Revision Changes Path 1.158 +8 -12 src/sys/fs/cd9660/cd9660_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811182318.mAINIkch081438>