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

2015-12-07 Thread Bruce Evans
On Mon, 7 Dec 2015, Konstantin Belousov wrote: Log: Update ctime when atime or birthtime are updated. Cleanup setting of ctime/mtime/birthtime: do not set IN_ACCESS or IN_UPDATE, then clear them with ufs_itimes(), making transient (possibly inconsistent) change to the times, and then copy

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

2015-12-07 Thread Andrey Chernov
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

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

2015-12-07 Thread Andrey Chernov
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

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

2015-12-07 Thread Bruce Evans
On Mon, 7 Dec 2015, Andrey Chernov wrote: 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

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

2015-12-07 Thread Konstantin Belousov
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. Cleanup setting of ctime/mtime/birthtime: do not set IN_ACCESS or IN_UPDATE, then clear them with ufs_itimes(),