kernel-fxtec-pro1x/block
FUJITA Tomonori 1afb20f301 block: make rq_init() do a full memset()
This requires moving rq_init() from get_request() to blk_alloc_request().
The upside is that we can now require an rq_init() from any path that
wishes to hand the request to the block layer.

rq_init() will be exported for the code that uses struct request
without blk_get_request.

This is a preparation for large command support, which needs to
initialize struct request in a proper way (that is, just doing a
memset() will not work).

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-04-29 09:50:34 +02:00
..
as-iosched.c
blk-barrier.c block: make rq_init() do a full memset() 2008-04-29 09:50:34 +02:00
blk-core.c block: make rq_init() do a full memset() 2008-04-29 09:50:34 +02:00
blk-exec.c
blk-ioc.c
blk-map.c block: move the padding adjustment to blk_rq_map_sg 2008-04-21 09:50:08 +02:00
blk-merge.c block: move the padding adjustment to blk_rq_map_sg 2008-04-21 09:50:08 +02:00
blk-settings.c Fix bounce setting for 64-bit 2008-04-02 09:06:44 +02:00
blk-sysfs.c block: fix blk_register_queue() return value 2008-04-21 09:51:06 +02:00
blk-tag.c
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
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