commit | abae1fde63fcdd2a3abaa0d7930938d8326f83d2 | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Mon Jul 16 08:52:14 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Jul 16 08:52:46 2007 +0200 |
tree | 4b61cd4e13b511229193549162607894badab984 | |
parent | efba1a31f3f8fe9672eb96cd26e97fb96891f1c0 [diff] |
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>