[Bug 249362] sys.fs.tmpfs.times_test.{empty,non_empty} failed after (r365768, r365787]
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 16 21:29:21 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249362
--- Comment #3 from commit-hook at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-testing
mailing list