>> +static inline sector_t blk_rq_pos(struct request *rq) > ^ > const? >> +{ >> + return rq->hard_sector; >> +} >> + >> extern unsigned int blk_rq_bytes(struct request *rq); >> extern unsigned int blk_rq_cur_bytes(struct request *rq); >> >> +static inline unsigned int blk_rq_sectors(struct request *rq) > ^ > const? >> +{ >> + return rq->hard_nr_sectors; >> +} >> + >> +static inline unsigned int blk_rq_cur_sectors(struct request *rq) > ^ > const? >> +{ >> + return rq->hard_cur_sectors; >> +} >> + consts and acked-by added. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html