summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-03-28 14:16:15 +0000
committerkib <kib@FreeBSD.org>2012-03-28 14:16:15 +0000
commit975e7bbd400ecb5a884703dc374f2c3b22ac6de6 (patch)
treea49eec0f7ca487ee9111e053a2a269055c2c84d4
parente8faa5a30a32ac7f13d455074c0a8bd42e44806d (diff)
downloadFreeBSD-src-975e7bbd400ecb5a884703dc374f2c3b22ac6de6.zip
FreeBSD-src-975e7bbd400ecb5a884703dc374f2c3b22ac6de6.tar.gz
Do trivial reformatting of the comment to record the missed commit
message for r233609: Restore the writes of atimes, quotas and superblock from syncer vnode. Noted by: rdivacky
-rw-r--r--sys/ufs/ffs/ffs_vfsops.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c
index d748a11..8871cdf 100644
--- a/sys/ufs/ffs/ffs_vfsops.c
+++ b/sys/ufs/ffs/ffs_vfsops.c
@@ -1443,10 +1443,9 @@ ffs_sync_lazy(mp)
/*
* The IN_ACCESS flag is converted to IN_MODIFIED by
* ufs_close() and ufs_getattr() by the calls to
- * ufs_itimes_locked(), without subsequent
- * UFS_UPDATE(). Test also all the other timestamp
- * flags too, to pick up any other cases that could be
- * missed.
+ * ufs_itimes_locked(), without subsequent UFS_UPDATE().
+ * Test also all the other timestamp flags too, to pick up
+ * any other cases that could be missed.
*/
if ((ip->i_flag & (IN_ACCESS | IN_CHANGE | IN_MODIFIED |
IN_UPDATE)) == 0) {
OpenPOWER on IntegriCloud