Date: Wed, 11 Feb 2009 22:22:26 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/cd9660 cd9660_vfsops.c src/sys/fs/udf udf_vfsops.c Message-ID: <200902112222.n1BMMgbJ013279@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-02-11 22:22:26 UTC
FreeBSD src repository
Modified files:
sys/fs/cd9660 cd9660_vfsops.c
sys/fs/udf udf_vfsops.c
Log:
SVN rev 188502 on 2009-02-11 22:22:26Z by jhb
- Consolidate error handling in the cd9660 and udf mount routines.
- Always read the character device pointer while the associated devfs vnode
is locked. Also, use dev_ref() to obtain a new reference on the vnode for
the mountpoint. This reference is released on unmount. This mirrors the
earlier fix to FFS.
Reviewed by: kib
Revision Changes Path
1.162 +8 -10 src/sys/fs/cd9660/cd9660_vfsops.c
1.59 +18 -14 src/sys/fs/udf/udf_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902112222.n1BMMgbJ013279>
