Skip to content

Commit

Permalink
mm: kasan: remove unused 'reserved' field from struct kasan_alloc_meta
Browse files Browse the repository at this point in the history
Commit cd11016 ("mm, kasan: stackdepot implementation.  Enable
stackdepot for SLAB") added 'reserved' field, but never used it.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Andrey Ryabinin <[email protected]>
Cc: Alexander Potapenko <[email protected]>
Cc: Dmitry Vyukov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
aryabinin authored and torvalds committed May 26, 2016
1 parent 9579492 commit 9725759
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/kasan/kasan.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ struct kasan_alloc_meta {
struct kasan_track track;
u32 state : 2; /* enum kasan_state */
u32 alloc_size : 30;
u32 reserved;
};

struct qlist_node {
Expand Down

0 comments on commit 9725759

Please sign in to comment.