Date: Thu, 27 Aug 2009 21:34:04 GMT From: Aditya Sarawgi <truncs@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 167914 for review Message-ID: <200908272134.n7RLY4tP006821@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=167914 Change 167914 by truncs@aditya on 2009/08/27 21:32:56 Style fixes and new comments. Affected files ... .. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_vfsops.c#2 edit Differences ... ==== //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_vfsops.c#2 (text+ko) ==== @@ -397,9 +397,10 @@ * Things to do to update the mount: * 1) invalidate all cached meta-data. * 2) re-read superblock from disk. - * 3) (re-read summary information from disk). - * 4) invalidate all cached file data. - * 5) re-read inode data for all active vnodes. + * 3) re-read summary information from disk. + * 4) invalidate all inactive vnodes. + * 5) invalidate all cached file data. + * 6) re-read inode data for all active vnodes. */ static int ext2_reload(struct mount *mp, struct thread *td)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908272134.n7RLY4tP006821>