Date: Wed, 5 Sep 2007 16:07:08 GMT From: Xin LI <delphij@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 126087 for review Message-ID: <200709051607.l85G78dw064215@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=126087 Change 126087 by delphij@charlie on 2007/09/05 16:06:55 More inputs from bde@: - Fix a whitespace regression. - Remove a comment which is not correct. Affected files ... .. //depot/projects/delphij_fork/sys/fs/msdosfs/msdosfs_vfsops.c#11 edit Differences ... ==== //depot/projects/delphij_fork/sys/fs/msdosfs/msdosfs_vfsops.c#11 (text+ko) ==== @@ -329,10 +329,6 @@ if (error) return (error); - /* - * XXX: pm_fmod is only used to implement a panic - * if we forget to set it here. - */ pmp->pm_fmod = 1; pmp->pm_flags &= ~MSDOSFSMNT_RONLY; MNT_ILOCK(mp); @@ -342,7 +338,7 @@ /* Now that the volume is modifiable, mark it dirty. */ error = markvoldirty(pmp, 1); if (error) - return (error); + return (error); } } /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709051607.l85G78dw064215>