|
@@ -23,7 +23,6 @@ typedef enum { STATUSTYPE_INFO, STATUSTYPE_TABLE } status_type_t;
|
|
|
|
|
|
union map_info {
|
|
union map_info {
|
|
void *ptr;
|
|
void *ptr;
|
|
- unsigned long long ll;
|
|
|
|
};
|
|
};
|
|
|
|
|
|
/*
|
|
/*
|
|
@@ -291,7 +290,6 @@ struct dm_target_callbacks {
|
|
struct dm_target_io {
|
|
struct dm_target_io {
|
|
struct dm_io *io;
|
|
struct dm_io *io;
|
|
struct dm_target *ti;
|
|
struct dm_target *ti;
|
|
- union map_info info;
|
|
|
|
unsigned target_bio_nr;
|
|
unsigned target_bio_nr;
|
|
struct bio clone;
|
|
struct bio clone;
|
|
};
|
|
};
|
|
@@ -403,7 +401,6 @@ int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid);
|
|
struct gendisk *dm_disk(struct mapped_device *md);
|
|
struct gendisk *dm_disk(struct mapped_device *md);
|
|
int dm_suspended(struct dm_target *ti);
|
|
int dm_suspended(struct dm_target *ti);
|
|
int dm_noflush_suspending(struct dm_target *ti);
|
|
int dm_noflush_suspending(struct dm_target *ti);
|
|
-union map_info *dm_get_mapinfo(struct bio *bio);
|
|
|
|
union map_info *dm_get_rq_mapinfo(struct request *rq);
|
|
union map_info *dm_get_rq_mapinfo(struct request *rq);
|
|
|
|
|
|
struct queue_limits *dm_get_queue_limits(struct mapped_device *md);
|
|
struct queue_limits *dm_get_queue_limits(struct mapped_device *md);
|