Loading mm/page_owner.c +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ static noinline depot_stack_handle_t save_stack(gfp_t flags) .nr_entries = 0, .entries = entries, .max_entries = PAGE_OWNER_STACK_DEPTH, .skip = 0 .skip = 2 }; depot_stack_handle_t handle; Loading Loading
mm/page_owner.c +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ static noinline depot_stack_handle_t save_stack(gfp_t flags) .nr_entries = 0, .entries = entries, .max_entries = PAGE_OWNER_STACK_DEPTH, .skip = 0 .skip = 2 }; depot_stack_handle_t handle; Loading