dm: use kmem_cache macro
authorAlasdair G Kergon <agk@redhat.com>
Thu, 12 Jul 2007 16:26:32 +0000 (17:26 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 12 Jul 2007 22:01:08 +0000 (15:01 -0700)
commit028867ac28e51afc834a5931e7545c022557eded
tree0a268776ac68f26c86a28416b35a60ab54e3fb94
parent79e15ae424afa0a40b1a0c4478046d6ba0b71e20
dm: use kmem_cache macro

Use new KMEM_CACHE() macro and make the newly-exposed structure names more
meaningful.  Also remove some superfluous casts and inlines (let a modern
compiler be the judge).

Acked-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/md/dm-crypt.c
drivers/md/dm-delay.c
drivers/md/dm-exception-store.c
drivers/md/dm-mpath.c
drivers/md/dm-snap.c
drivers/md/dm-snap.h
drivers/md/dm.c
drivers/md/kcopyd.c