Date: Wed, 16 Sep 2020 21:29:20 +0000 From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 249362] sys.fs.tmpfs.times_test.{empty,non_empty} failed after (r365768, r365787] Message-ID: <bug-249362-32464-1ikPOBI7a6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-249362-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-249362-32464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249362 --- Comment #3 from commit-hook@FreeBSD.org --- A commit references this bug: Author: kib Date: Wed Sep 16 21:28:19 UTC 2020 New revision: 365810 URL: https://svnweb.freebsd.org/changeset/base/365810 Log: tmpfs: restore atime updates for reads from page cache. Split TMPFS_NODE_ACCCESSED bit into dedicated byte that can be updated atomically without locks or (locked) atomics. tn_update_getattr() change also contains unrelated bug fix. Reported by: lwhsu PR: 249362 Reviewed by: markj (previous version) Discussed with: mjg Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D26451 Changes: head/sys/fs/tmpfs/tmpfs.h head/sys/fs/tmpfs/tmpfs_fifoops.c head/sys/fs/tmpfs/tmpfs_subr.c head/sys/fs/tmpfs/tmpfs_vnops.c --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249362-32464-1ikPOBI7a6>