Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2015 17:54:34 +0300
From:      Andrey Chernov <ache@freebsd.org>
To:        Konstantin Belousov <kib@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r291936 - head/sys/ufs/ufs
Message-ID:  <56659DAA.1060000@freebsd.org>
In-Reply-To: <56659AD0.2000706@freebsd.org>
References:  <201512071209.tB7C94hd024620@repo.freebsd.org> <56659AD0.2000706@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56659DAA.1060000>