[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: persistent heap design advice
On Thu, 8 Apr 1999, Keith Morgan wrote:
> -If not, are there kernel/vm hooks that can be used to create it?
> kernel)
Look at 'include/linux/mm.h'.
There you can find 'struct vm_operations_struct', which provides
all the possible (and needed) hooks into the Linux-VMM.
Just take the implementation of 'mm/filemap.c' and modify it to
support your scheme of caching.
The only thing left to do is a SYSCALL-API-function. But this
isn't a real problem, is it?
Regards
Ingo Oeser
--
Feel the power of the penguin - run linux@your.pc
<esc>:x
--
To unsubscribe, send a message with 'unsubscribe linux-mm my@address'
in the body to majordomo@kvack.org. For more info on Linux MM,
see: http://humbolt.geo.uu.nl/Linux-MM/