Reverting series of commits (1/2 and 2/2) since they introduce
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 12 May 2015 00:57:44 +0000 (09:57 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 12 May 2015 00:58:34 +0000 (09:58 +0900)
commitbed3b851dc267755eb3fe8079a0ac18986f2e8eb
tree1b3fa6a8b382d22ec04ecca21510bf954165340f
parent81aadc82349b258cb42651dc69a18eed840c730d
Reverting series of commits (1/2 and 2/2) since they introduce
performance degrade.
'if ((node->tn_status & TMPFS_NODE_ACCESSED) == 0) {'
can be done without inode lock and helps performance.

Spotted-by: dillon
Revert "sys/vfs/tmpfs: Make flag handling consistent [1/2]"

This reverts commit e6db94b29aacbd288774574b1967828c8c07c013.
sys/vfs/tmpfs/tmpfs_subr.c
sys/vfs/tmpfs/tmpfs_vnops.c