kernel-ark/block
FUJITA Tomonori 992b5bceee block: no need to initialize rq->cmd with blk_get_request
blk_get_request initializes rq->cmd (rq_init does) so the users don't
need to do that.

The purpose of this patch is to remove sizeof(rq->cmd) and &rq->cmd,
as a preparation for large command support, which changes rq->cmd from
the static array to a pointer. sizeof(rq->cmd) will not make sense and
&rq->cmd won't work.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: Alasdair G Kergon <agk@redhat.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-04-29 14:48:55 +02:00
..
as-iosched.c block: kill swap_io_context() 2008-02-01 11:34:49 +01:00
blk-barrier.c block/blk-barrier.c:blk_ordered_cur_seq() mustn't be inline 2008-04-29 14:48:54 +02:00
blk-core.c block: make queue flags non-atomic 2008-04-29 14:48:33 +02:00
blk-exec.c block: make core bits checkpatch compliant 2008-02-01 09:26:33 +01:00
blk-ioc.c cfq-iosched: add hlist for browsing parallel to the radix tree 2008-02-19 10:04:00 +01:00
blk-map.c block: add dma alignment and padding support to blk_rq_map_kern 2008-04-29 09:50:34 +02:00
blk-merge.c block: make queue flags non-atomic 2008-04-29 14:48:33 +02:00
blk-settings.c block: make queue flags non-atomic 2008-04-29 14:48:33 +02:00
blk-sysfs.c block: fix blk_register_queue() return value 2008-04-21 09:51:06 +02:00
blk-tag.c block: make queue flags non-atomic 2008-04-29 14:48:33 +02:00
blk.h proper prototype for blk_dev_init() 2008-03-04 11:28:29 +01:00
blktrace.c
bsg.c [SCSI] bsg: add release callback support 2008-04-22 15:16:32 -05:00
cfq-iosched.c cfq-iosched: do not leak ioc_data across iosched switches 2008-04-10 08:28:01 +02:00
compat_ioctl.c ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3) 2008-04-18 00:46:24 +02:00
deadline-iosched.c
elevator.c block/elevator.c:elv_rq_merge_ok() mustn't be inline 2008-04-29 14:48:54 +02:00
genhd.c genhd must_check warning fix 2008-03-12 12:34:37 -07:00
ioctl.c
Kconfig Kconfig: clean up block/Kconfig help descriptions 2008-04-21 09:51:04 +02:00
Kconfig.iosched
Makefile
noop-iosched.c
scsi_ioctl.c block: no need to initialize rq->cmd with blk_get_request 2008-04-29 14:48:55 +02:00