On Tue, 27 Jul 2010 16:53:03 +0900 KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> wrote: > This virt-array allocates a virtally contiguous array via get_vm_area() > and allows object allocation per an element of array. Quick question: this looks a lot like the "flexible array" mechanism which went in around a year ago, and which is documented in Documentation/flexible-arrays.txt. I'm not sure we need two of these... That said, it appears that there are still no users of flexible arrays. If your virtually-indexed arrays provide something that flexible arrays don't, perhaps your implementation should replace flexible arrays? Thanks, jon -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>