FUJITA Tomonori d7e3c3249e block: add large command support
This patch changes rq->cmd from the static array to a pointer to
support large commands.

We rarely handle large commands. So for optimization, a struct request
still has a static array for a command. rq_init sets rq->cmd pointer
to the static array.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-04-29 14:48:55 +02:00
..
2008-02-01 11:34:49 +01:00
2008-04-29 14:48:55 +02:00
2008-04-29 14:48:33 +02:00
2008-04-29 14:48:33 +02:00
2008-04-29 14:48:55 +02:00
2008-04-22 15:16:32 -05:00
2008-03-12 12:34:37 -07:00