]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - block/ll_rw_blk.c
add a struct request pointer to the request structure
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Mon, 16 Jul 2007 06:52:14 +0000 (08:52 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 16 Jul 2007 06:52:46 +0000 (08:52 +0200)
commitabae1fde63fcdd2a3abaa0d7930938d8326f83d2
tree4b61cd4e13b511229193549162607894badab984
parentefba1a31f3f8fe9672eb96cd26e97fb96891f1c0
add a struct request pointer to the request structure

This adds a struct request pointer to the request structure for the
second data phase (bidi for now). A request queue supporting bidi
requests sets QUEUE_FLAG_BIDI. This prevents sending bidi requests to
a non-bidi queue.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/ll_rw_blk.c
include/linux/blkdev.h