]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc66f2859332bf4f0b6a5d57fd3db60b62078437d
tree0a268776ac68f26c86a28416b35a60ab54e3fb94
parente1fbc9eca34e31a71dd28e198c730e6120e41c14
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