mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
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
This commit is contained in:
parent
a988a5c609
commit
ea573a50b3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233610
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user