[SCSI] add kmemcache for scsi_io_context
authorMike Christie <michaelc@cs.wisc.edu>
Fri, 11 Nov 2005 11:31:41 +0000 (05:31 -0600)
committerJames Bottomley <jejb@mulgrave.(none)>
Thu, 15 Dec 2005 03:09:09 +0000 (19:09 -0800)
commitaa7b5cd750c766f66a92c9f78ba176bc77512b7e
treef9825729d1928b7171c09fcec6a4fc45f759e168
parent0d95716d6a1308c465d8c17ed1a217628936bb0c
[SCSI] add kmemcache for scsi_io_context

Add kmemcache of scsi io contexts.

In the future when we finalize on where these functions will live
we can add a mempool for it and do a bioset for out REQ_BLOCK_PC
bios. This is needed becuase the dm-multipath handlers will
want to use the scsi_exectute* functions for failover and we cannot
have them and the bio device allocating from the same mempool.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_lib.c