[BLOCK] ll_rw_blk: fix setting of ->ordered on init

This makes XFS barrier mounts succeed on my SCSI system.

Signed-off-by: Tetsuo Takata <takatatt@intellilink.co.jp>
Signed-off-by: Jens Axboe <axboe@suse.de>
This commit is contained in:
Tetsuo Takata 2006-01-24 10:34:36 +01:00 committed by Jens Axboe
parent 248d5ca5ed
commit 60481b12b8
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ int blk_queue_ordered(request_queue_t *q, unsigned ordered,
return -EINVAL;
}
q->ordered = ordered;
q->next_ordered = ordered;
q->prepare_flush_fn = prepare_flush_fn;