Add queue resizing support
authorJens Axboe <jens.axboe@oracle.com>
Tue, 23 Jan 2007 15:24:41 +0000 (16:24 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 16 Jul 2007 06:52:45 +0000 (08:52 +0200)
commit5309cb38de65eddd5f7e125da750accf949f29e8
tree911ee4e9d2c47ccd682505c8eb7d9e39ec889f8a
parent3862153b673516b2efa0447b9b3778f47ac8f8c8
Add queue resizing support

Just get rid of the preallocated command map, use the slab cache
to get/free commands instead.

Original patch from FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>,
changed by me to not use a mempool.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/bsg.c