Skip to content

Commit 91349f5

Browse files
xairyakpm00
authored andcommitted
lib/stackdepot: fix comment in include/linux/stackdepot.h
As stack traces can now be evicted from the stack depot, remove the comment saying that they are never removed. Link: https://lkml.kernel.org/r/0ebe712d91f8d302a8947d3c9e9123bc2b1b8440.1703020707.git.andreyknvl@google.com Fixes: 108be8d ("lib/stackdepot: allow users to evict stack traces") Signed-off-by: Andrey Konovalov <andreyknvl@google.com> Reviewed-by: Marco Elver <elver@google.com> Cc: Alexander Potapenko <glider@google.com> Cc: Dmitry Vyukov <dvyukov@google.com> Cc: Evgenii Stepanov <eugenis@google.com> Cc: Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp> Cc: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 08d7c94 commit 91349f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/stackdepot.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
* SLUB_DEBUG needs 256 bytes per object for that). Since allocation and free
1212
* stack traces often repeat, using stack depot allows to save about 100x space.
1313
*
14-
* Stack traces are never removed from the stack depot.
15-
*
1614
* Author: Alexander Potapenko <glider@google.com>
1715
* Copyright (C) 2016 Google, Inc.
1816
*

0 commit comments

Comments
 (0)