[Bug 201284] sys/fs/tmpfs/tmpfs_subr.c: 2 * bad if statements ?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 26 08:34:28 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201284

--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:

Author: brueffer
Date: Sun Jul 26 08:33:47 UTC 2015
New revision: 285885
URL: https://svnweb.freebsd.org/changeset/base/285885

Log:
  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
  Submitted by:        David Binderman
  Patch suggested by:    kib
  Reviewed by:        kib
  MFC after:        2 weeks
  Committed from:        Essen FreeBSD Hackathon

Changes:
  head/sys/fs/tmpfs/tmpfs_subr.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list