Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f868741 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm, page_owner: skip unnecessary stack_trace entries"

parents f0b5b1b7 8f3c7cf1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;