PERFORCE change 167914 for review

Aditya Sarawgi truncs at FreeBSD.org
Fri Aug 28 02:04:58 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=167914

Change 167914 by truncs at 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)


More information about the p4-projects mailing list