On 07.12.2015 17:42, Andrey Chernov wrote:
> On 07.12.2015 15:09, Konstantin Belousov wrote:
>> Author: kib
>> Date: Mon Dec  7 12:09:04 2015
>> New Revision: 291936
>> URL: https://svnweb.freebsd.org/changeset/base/291936
>>
>> Log:
>>   Update ctime when atime or birthtime are updated.
> 
> Who calls ufs_itimes() and when to process IN_CHANGE flag in the new
> version?
> 
>> -            ufs_itimes(vp);
>> +            ip->i_flag |= IN_CHANGE | IN_MODIFIED;
> 

New version also forces IN_MODIFIED flag old one tends to avoid (only
for birthtime, and only for non-suspended systems in ufs_itimes()).

-- 
http://ache.vniz.net/
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to