mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 21:23:23 +00:00
mm-damon-tests-vaddr-kunith-reduce-stack-consumption-fix
fix build Cc: SeongJae Park <sj@kernel.org> Cc: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Suren Baghdasaryan <surenb@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
228cf93b3a
commit
90fe99813b
@ -68,7 +68,7 @@ static void damon_test_three_regions_in_vmas(struct kunit *test)
|
||||
static struct mm_struct mm;
|
||||
struct damon_addr_range regions[3] = {0};
|
||||
/* 10-20-25, 200-210-220, 300-305, 307-330 */
|
||||
static const struct vm_area_struct vmas[] = {
|
||||
static struct vm_area_struct vmas[] = {
|
||||
(struct vm_area_struct) {.vm_start = 10, .vm_end = 20},
|
||||
(struct vm_area_struct) {.vm_start = 20, .vm_end = 25},
|
||||
(struct vm_area_struct) {.vm_start = 200, .vm_end = 210},
|
||||
|
Loading…
x
Reference in New Issue
Block a user