Looking good to me, Davide. I think you've nailed everything there
except:
- Do we want to introduce new list macros, or change epoll a little
to use the existing list manipulators (I think the latter)
- Do we keep the vmalloc, replace it with alloc_pages() or go all the
way and remove the hash table?
Seems that you're leaning toward the final option but either way,
it would be best to get that vmalloc out of there - it's basically
hit-or-miss for anything larger than a single page - for a really
robust implementation it is best to avoid its use.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/