diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2019-04-25 05:45:20 -0400 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2019-04-29 06:37:57 -0400 |
| commit | 56d8f079c51afc8b564b9fb0252d48e7b437c1e5 (patch) | |
| tree | bf0f2917e2b9cf5c5a94c9c188310c7d95a20a8b /include/linux/stackdepot.h | |
| parent | 988ec8841ca1e22b2978fce0134d8267e838770e (diff) | |
lib/stackdepot: Remove obsolete functions
No more users of the struct stack_trace based interfaces.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Josh Poimboeuf <jpoimboe@redhat.com>
Acked-by: Alexander Potapenko <glider@google.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: linux-mm@kvack.org
Cc: David Rientjes <rientjes@google.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Andrey Ryabinin <aryabinin@virtuozzo.com>
Cc: kasan-dev@googlegroups.com
Cc: Mike Rapoport <rppt@linux.vnet.ibm.com>
Cc: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: iommu@lists.linux-foundation.org
Cc: Robin Murphy <robin.murphy@arm.com>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Cc: David Sterba <dsterba@suse.com>
Cc: Chris Mason <clm@fb.com>
Cc: Josef Bacik <josef@toxicpanda.com>
Cc: linux-btrfs@vger.kernel.org
Cc: dm-devel@redhat.com
Cc: Mike Snitzer <snitzer@redhat.com>
Cc: Alasdair Kergon <agk@redhat.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: intel-gfx@lists.freedesktop.org
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: dri-devel@lists.freedesktop.org
Cc: David Airlie <airlied@linux.ie>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Tom Zanussi <tom.zanussi@linux.intel.com>
Cc: Miroslav Benes <mbenes@suse.cz>
Cc: linux-arch@vger.kernel.org
Link: https://lkml.kernel.org/r/20190425094803.617937448@linutronix.de
Diffstat (limited to 'include/linux/stackdepot.h')
| -rw-r--r-- | include/linux/stackdepot.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/stackdepot.h b/include/linux/stackdepot.h index 4297c6d2991d..0805dee1b6b8 100644 --- a/include/linux/stackdepot.h +++ b/include/linux/stackdepot.h | |||
| @@ -23,13 +23,9 @@ | |||
| 23 | 23 | ||
| 24 | typedef u32 depot_stack_handle_t; | 24 | typedef u32 depot_stack_handle_t; |
| 25 | 25 | ||
| 26 | struct stack_trace; | ||
| 27 | |||
| 28 | depot_stack_handle_t depot_save_stack(struct stack_trace *trace, gfp_t flags); | ||
| 29 | depot_stack_handle_t stack_depot_save(unsigned long *entries, | 26 | depot_stack_handle_t stack_depot_save(unsigned long *entries, |
| 30 | unsigned int nr_entries, gfp_t gfp_flags); | 27 | unsigned int nr_entries, gfp_t gfp_flags); |
| 31 | 28 | ||
| 32 | void depot_fetch_stack(depot_stack_handle_t handle, struct stack_trace *trace); | ||
| 33 | unsigned int stack_depot_fetch(depot_stack_handle_t handle, | 29 | unsigned int stack_depot_fetch(depot_stack_handle_t handle, |
| 34 | unsigned long **entries); | 30 | unsigned long **entries); |
| 35 | 31 | ||
