Constifixion of bio_attribute.

This commit is contained in:
Poul-Henning Kamp 2002-04-09 14:03:02 +00:00
parent d3b39427f5
commit 85b16a0d1a

View File

@ -85,7 +85,7 @@ struct bio {
struct iodone_chain *bio_done_chain;
struct bio *bio_linkage;
off_t bio_length;
char *bio_attribute;
const char *bio_attribute;
off_t bio_completed;
struct g_consumer *bio_from;
struct g_provider *bio_to;