On Thu, 28 Sep 2000, Igmar Palsenberg wrote:

> To bad I don't have time to get the basic kernel code.. Would be a good
> investment in time I guess.
> 
> I assume the above struct holds pointers to the essential function
> calls, with a NULL value if the're not overridden (defaults) ?

See include/linux/mm.h. The structure contains pointer to methods table
(->vm_ops). Yup, garden-variety virtual table pointer. grep for vm_ops and
vm_operations_struct to see how it's used annd what it is.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to