On 07/03/2013 06:31 PM, Colin Cross wrote: > @@ -289,6 +291,7 @@ struct vm_area_struct { > #ifdef CONFIG_NUMA > struct mempolicy *vm_policy; /* NUMA policy for the VMA */ > #endif > + struct vma_name *vm_name; > }; You could probably get rid of the extra pointer by unioning this with vm_file. They should not ever get used together. We would, however, have to transition away from checking vma->vm_file for "is this vma file-backed"? We are out of VM_* flag space which is a bummer. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>