On Sat, Apr 16, 2011 at 2:49 PM, Anton Maksimenkov <[email protected]> wrote:
> So I decide to create another special map called "kentry_map".
> This kentry_map must be used only for kentries allocation. Since all

This really isn't that much different than the static entries we have
now.  You are pre-reserving them.

> Second, it may be decided to add some sysctl option to increase the
> size of kentry_map.

I think you will find this is the hard part.  At least now, when out
of static entries, you can steal a page and make more.  This diff
would take us back to the bad old days when running out of entries led
to a panic.

Reply via email to