diff options
author | Mikulas Patocka <mpatocka@redhat.com> | 2018-03-15 17:16:07 -0400 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2018-04-03 15:04:24 -0400 |
commit | eeb67a0ba04dfb80ec1a956fa6345f4ca5b9c937 (patch) | |
tree | e13e07439010e4383c04986b208e0f7560f55a1a /drivers/thermal/int340x_thermal | |
parent | afa53df869121fd4f6f1265cbe794d64387890ae (diff) | |
download | linux-eeb67a0ba04dfb80ec1a956fa6345f4ca5b9c937.tar.bz2 |
dm bufio: get rid of slab cache name allocations
dm-bufio keeps the dm_bufio_cache_names array that holds names of the
slab caches.
Since the commit db265eca7700 ("mm/sl[aou]b: Move duping of slab name to
slab_common.c"), the kernel automatically duplicates the slab cache name
when creating the slab cache, so we no longer have to keep the name
allocated.
Remove the code that allocates the slab names and keeps them around.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'drivers/thermal/int340x_thermal')
0 files changed, 0 insertions, 0 deletions