commit | 028867ac28e51afc834a5931e7545c022557eded | [log] [tgz] |
---|---|---|
author | Alasdair G Kergon <agk@redhat.com> | Thu Jul 12 17:26:32 2007 +0100 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Jul 12 15:01:08 2007 -0700 |
tree | 0a268776ac68f26c86a28416b35a60ab54e3fb94 | |
parent | 79e15ae424afa0a40b1a0c4478046d6ba0b71e20 [diff] |
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>