Re: [patch] vmfixes-2.4.0-test9-B2 - fixing deadlocks
From: Ingo Molnar <hidden>
Date: 2000-09-28 11:31:40
From: Ingo Molnar <hidden>
Date: 2000-09-28 11:31:40
On Thu, 28 Sep 2000, Rik van Riel wrote:
The OS has no business knowing what's inside that SHM page.
exactly.
IF the shm contains I/O cache, maybe you're right. However, until you know that this is the case, optimising for that situation just doesn't make any sense.
if the shm contains raw I/O data, then thats flawed application design - an mmap()-ed file should be used instead. Shm is equivalent to shared anonymous pages. Ingo -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux.eu.org/Linux-MM/