[SCSI] tgt: use KMEM_CACHE macro
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Thu, 10 Apr 2008 14:48:14 +0000 (23:48 +0900)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 16 Apr 2008 14:22:19 +0000 (09:22 -0500)
commitb312bab3b961de21c5a98bd70e04070eaa61817c
tree0d5c7f08403ecc4524c3cada9d07107f0168a04a
parent423eef6fbb989f316d268d0d96812165fbaed26c
[SCSI] tgt: use KMEM_CACHE macro

This uses new KMEM_CACHE() macro instead of kmem_cache_create directly
to simplify slab cache creation.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/scsi_tgt_lib.c