Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1405506 > unrolled thread
| Started by | Andrey Ryabinin <aryabinin@virtuozzo.com> |
|---|---|
| First post | 2016-05-23 18:50 +0200 |
| Last post | 2016-05-23 18:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] mm: kasan: remove unused 'reserved' field from struct kasan_alloc_meta Andrey Ryabinin <aryabinin@virtuozzo.com> - 2016-05-23 18:50 +0200
| From | Andrey Ryabinin <aryabinin@virtuozzo.com> |
|---|---|
| Date | 2016-05-23 18:50 +0200 |
| Subject | [PATCH] mm: kasan: remove unused 'reserved' field from struct kasan_alloc_meta |
| Message-ID | <rC1df-8iS-3@gated-at.bofh.it> |
Commit cd11016e5f52 ("mm, kasan: stackdepot implementation. Enable stackdepot for SLAB")
added 'reserved' field, but never used it.
Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
---
mm/kasan/kasan.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/mm/kasan/kasan.h b/mm/kasan/kasan.h
index 7f7ac51..fb87923 100644
--- a/mm/kasan/kasan.h
+++ b/mm/kasan/kasan.h
@@ -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 {
--
2.7.3
Back to top | Article view | linux.kernel
csiph-web