]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r285885 by brueffer:
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 9 Mar 2018 17:59:22 +0000 (17:59 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 9 Mar 2018 17:59:22 +0000 (17:59 +0000)
commit7191f09b6903495f43c7a87f2e3af6121738c078
treedc49be0257dc1cf530b161ed341be958667b8da3
parent9866bbdaf9e431c1a7c552a08b3632e6290cd12d
MFC r285885 by brueffer:

In tmpfs_chtimes(), remove checks on the nanosecond level when
determining whether a node changed.

Other filesystems, e.g., UFS, only check on seconds, when determining
whether something changed.

This also corrects the birthtime case, where we checked tv_nsec
twice, instead of tv_sec and tv_nsec (PR).

PR: 201284

git-svn-id: svn://svn.freebsd.org/base/stable/10@330700 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/tmpfs/tmpfs_subr.c