diff options
Diffstat (limited to 'mm')
| -rw-r--r-- | mm/slub.c | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -5635,8 +5635,6 @@ static char *create_unique_id(struct kmem_cache *s) | |||
| 5635 | *p++ = 'a'; | 5635 | *p++ = 'a'; |
| 5636 | if (s->flags & SLAB_CONSISTENCY_CHECKS) | 5636 | if (s->flags & SLAB_CONSISTENCY_CHECKS) |
| 5637 | *p++ = 'F'; | 5637 | *p++ = 'F'; |
| 5638 | if (!(s->flags & SLAB_NOTRACK)) | ||
| 5639 | *p++ = 't'; | ||
| 5640 | if (s->flags & SLAB_ACCOUNT) | 5638 | if (s->flags & SLAB_ACCOUNT) |
| 5641 | *p++ = 'A'; | 5639 | *p++ = 'A'; |
| 5642 | if (p != name + 1) | 5640 | if (p != name + 1) |
