Date: Fri, 13 Feb 2004 20:41:13 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/ufs/ffs ffs_vfsops.c Message-ID: <200402140441.i1E4fD4s066850@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2004/02/13 20:41:13 PST FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c sys/ufs/ffs ffs_vfsops.c Log: Fixed some style bugs: - don't unlock the vnode after vinvalbuf() only to have to relock it almost immediately. - don't refer to devices classified by vn_isdisk() as block devices. Revision Changes Path 1.116 +4 -4 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.229 +10 -18 src/sys/ufs/ffs/ffs_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402140441.i1E4fD4s066850>