]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When tmpfs and POSIX shm pagein a page for the sole purpose of performing
authoralc <alc@FreeBSD.org>
Sun, 11 Dec 2016 19:24:41 +0000 (19:24 +0000)
committeralc <alc@FreeBSD.org>
Sun, 11 Dec 2016 19:24:41 +0000 (19:24 +0000)
commit924c5562741166e205dded026f9cfb7b7d91b309
tree2d23b7b885e50af040d90584d323989d5c53ded9
parent16f58155c2a31e57d8af83eb88b913848cb18353
When tmpfs and POSIX shm pagein a page for the sole purpose of performing
truncation, immediately queue the page for asynchronous laundering rather
than making the page pass through inactive queue first.

Reviewed by: kib, markj
sys/fs/tmpfs/tmpfs_subr.c
sys/kern/uipc_shm.c