svn commit: r291936 - head/sys/ufs/ufs

Andrey Chernov ache at freebsd.org
Mon Dec 7 15:24:12 UTC 2015


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/


More information about the svn-src-all mailing list