mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 05:21:28 +01:00
a8877df135
ramfs needs to create caches that are both temporary and unmergeable, so add another flag to make this state possible. Otherwise, mmap'ed files from ramfs might wind up in VMCache trying to merge the caches when the last one is closed, which we don't want.