/openbmc/linux/drivers/s390/char/ |
H A D | tape_34xx.c | diff 5705f7021748a69d84d6567e68e8851dab551464 Tue Sep 25 05:35:59 CDT 2007 NeilBrown <neilb@suse.de> Introduce rq_for_each_segment replacing rq_for_each_bio
Every usage of rq_for_each_bio wraps a usage of bio_for_each_segment, so these can be combined into rq_for_each_segment.
We define "struct req_iterator" to hold the 'bio' and 'index' that are needed for the double iteration.
Signed-off-by: Neil Brown <neilb@suse.de>
Various compile fixes by me...
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
H A D | tape_3590.c | diff 5705f7021748a69d84d6567e68e8851dab551464 Tue Sep 25 05:35:59 CDT 2007 NeilBrown <neilb@suse.de> Introduce rq_for_each_segment replacing rq_for_each_bio
Every usage of rq_for_each_bio wraps a usage of bio_for_each_segment, so these can be combined into rq_for_each_segment.
We define "struct req_iterator" to hold the 'bio' and 'index' that are needed for the double iteration.
Signed-off-by: Neil Brown <neilb@suse.de>
Various compile fixes by me...
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
/openbmc/linux/drivers/block/ |
H A D | ps3disk.c | diff 5705f7021748a69d84d6567e68e8851dab551464 Tue Sep 25 05:35:59 CDT 2007 NeilBrown <neilb@suse.de> Introduce rq_for_each_segment replacing rq_for_each_bio
Every usage of rq_for_each_bio wraps a usage of bio_for_each_segment, so these can be combined into rq_for_each_segment.
We define "struct req_iterator" to hold the 'bio' and 'index' that are needed for the double iteration.
Signed-off-by: Neil Brown <neilb@suse.de>
Various compile fixes by me...
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
H A D | floppy.c | diff 5705f7021748a69d84d6567e68e8851dab551464 Tue Sep 25 05:35:59 CDT 2007 NeilBrown <neilb@suse.de> Introduce rq_for_each_segment replacing rq_for_each_bio
Every usage of rq_for_each_bio wraps a usage of bio_for_each_segment, so these can be combined into rq_for_each_segment.
We define "struct req_iterator" to hold the 'bio' and 'index' that are needed for the double iteration.
Signed-off-by: Neil Brown <neilb@suse.de>
Various compile fixes by me...
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
H A D | xen-blkfront.c | diff 5705f7021748a69d84d6567e68e8851dab551464 Tue Sep 25 05:35:59 CDT 2007 NeilBrown <neilb@suse.de> Introduce rq_for_each_segment replacing rq_for_each_bio
Every usage of rq_for_each_bio wraps a usage of bio_for_each_segment, so these can be combined into rq_for_each_segment.
We define "struct req_iterator" to hold the 'bio' and 'index' that are needed for the double iteration.
Signed-off-by: Neil Brown <neilb@suse.de>
Various compile fixes by me...
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
H A D | nbd.c | diff 5705f7021748a69d84d6567e68e8851dab551464 Tue Sep 25 05:35:59 CDT 2007 NeilBrown <neilb@suse.de> Introduce rq_for_each_segment replacing rq_for_each_bio
Every usage of rq_for_each_bio wraps a usage of bio_for_each_segment, so these can be combined into rq_for_each_segment.
We define "struct req_iterator" to hold the 'bio' and 'index' that are needed for the double iteration.
Signed-off-by: Neil Brown <neilb@suse.de>
Various compile fixes by me...
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_diag.c | diff 5705f7021748a69d84d6567e68e8851dab551464 Tue Sep 25 05:35:59 CDT 2007 NeilBrown <neilb@suse.de> Introduce rq_for_each_segment replacing rq_for_each_bio
Every usage of rq_for_each_bio wraps a usage of bio_for_each_segment, so these can be combined into rq_for_each_segment.
We define "struct req_iterator" to hold the 'bio' and 'index' that are needed for the double iteration.
Signed-off-by: Neil Brown <neilb@suse.de>
Various compile fixes by me...
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
H A D | dasd_fba.c | diff 5705f7021748a69d84d6567e68e8851dab551464 Tue Sep 25 05:35:59 CDT 2007 NeilBrown <neilb@suse.de> Introduce rq_for_each_segment replacing rq_for_each_bio
Every usage of rq_for_each_bio wraps a usage of bio_for_each_segment, so these can be combined into rq_for_each_segment.
We define "struct req_iterator" to hold the 'bio' and 'index' that are needed for the double iteration.
Signed-off-by: Neil Brown <neilb@suse.de>
Various compile fixes by me...
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
H A D | dasd_eckd.c | diff 5705f7021748a69d84d6567e68e8851dab551464 Tue Sep 25 05:35:59 CDT 2007 NeilBrown <neilb@suse.de> Introduce rq_for_each_segment replacing rq_for_each_bio
Every usage of rq_for_each_bio wraps a usage of bio_for_each_segment, so these can be combined into rq_for_each_segment.
We define "struct req_iterator" to hold the 'bio' and 'index' that are needed for the double iteration.
Signed-off-by: Neil Brown <neilb@suse.de>
Various compile fixes by me...
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
/openbmc/linux/include/linux/ |
H A D | blkdev.h | diff 5705f7021748a69d84d6567e68e8851dab551464 Tue Sep 25 05:35:59 CDT 2007 NeilBrown <neilb@suse.de> Introduce rq_for_each_segment replacing rq_for_each_bio
Every usage of rq_for_each_bio wraps a usage of bio_for_each_segment, so these can be combined into rq_for_each_segment.
We define "struct req_iterator" to hold the 'bio' and 'index' that are needed for the double iteration.
Signed-off-by: Neil Brown <neilb@suse.de>
Various compile fixes by me...
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|