]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r295811:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 19 Mar 2016 23:07:05 +0000 (23:07 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 19 Mar 2016 23:07:05 +0000 (23:07 +0000)
commit86dd3120f44ccfbbb870e3ae61ac5d39cedadf87
tree807171591f4a5557dab6d3738f8be2cb10e18cd5
parent71f1823dc89da52cc4bb569a6f6051d9bba75986
MFC r295811:
Ext2: cleanup setting of ctime/mtime/birthtime.

This adopts the same change as r291936 for UFS.
Directly clear IN_ACCESS or IN_UPDATE when user supplied the time, and
copy the value into the inode.

This keeps the behaviour cleaner and is consistent with UFS.

Reviewed by: bde

git-svn-id: svn://svn.freebsd.org/base/stable/10@297055 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/ext2fs/ext2_vnops.c