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

Andrey Chernov ache at freebsd.org
Mon Dec 7 14:49:12 UTC 2015


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;

-- 
http://ache.vniz.net/


More information about the svn-src-head mailing list