dm bufio: remove code that merges slab caches
authorMikulas Patocka <mpatocka@redhat.com>
Mon, 26 Mar 2018 18:29:42 +0000 (20:29 +0200)
committerMike Snitzer <snitzer@redhat.com>
Tue, 3 Apr 2018 19:04:25 +0000 (15:04 -0400)
commit21bb13276768da7925c0b532037e071877e4fb4d
tree27a0e44b902e031426cb9d320376e17b49f57e14
parenteeb67a0ba04dfb80ec1a956fa6345f4ca5b9c937
dm bufio: remove code that merges slab caches

All slab allocators can merge duplicate caches.  So dm-bufio doesn't
need extra slab merging logic.  Instead it can just allocate one slab
cache per client and let the allocator merge them.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-bufio.c