diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-09-22 09:13:42 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-09-22 09:13:42 -0700 |
| commit | cfe37b1eb4f8c5d7e28f5af83c6fc54a467f83cd (patch) | |
| tree | 46b8cd5de87854f8c40441ed5fc21ee3d6593b8b /mm/page_owner.c | |
| parent | b92301abd0b2e0aaa845bcfc8962eaf4b289877d (diff) | |
| parent | d6bb6d333cc9bb030d27f459c2e6ce1e4a2d0043 (diff) | |
Merge "arm64: stacktrace: avoid listing stacktrace functions in stacktrace"
Diffstat (limited to 'mm/page_owner.c')
| -rw-r--r-- | mm/page_owner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_owner.c b/mm/page_owner.c index 3a9a358e7c63..10b7f196b005 100644 --- a/mm/page_owner.c +++ b/mm/page_owner.c @@ -129,7 +129,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; |
