From a24c25696b7133dd534d7a9436e576af79d9ce3b Mon Sep 17 00:00:00 2001 From: Mike Snitzer Date: Sun, 3 Jun 2012 00:30:00 +0100 Subject: [PATCH] dm thin: use slab mempools Use dedicated caches prefixed with a "dm_" name rather than relying on kmalloc mempools backed by generic slab caches so the memory usage of thin provisioning (and any leaks) can be accounted for independently. Signed-off-by: Mike Snitzer Signed-off-by: Alasdair G Kergon --- Reading git-format-patch failed