|
@@ -367,6 +367,11 @@ struct vm_area_struct *find_extend_vma(struct mm_struct *mm, unsigned long addr)
|
|
return find_vma(mm, addr);
|
|
return find_vma(mm, addr);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+int expand_stack(struct vm_area_struct *vma, unsigned long address)
|
|
|
|
+{
|
|
|
|
+ return -ENOMEM;
|
|
|
|
+}
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* look up the first VMA exactly that exactly matches addr
|
|
* look up the first VMA exactly that exactly matches addr
|
|
* - should be called with mm->mmap_sem at least held readlocked
|
|
* - should be called with mm->mmap_sem at least held readlocked
|