Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae6ad75e authored by Mike Snitzer's avatar Mike Snitzer
Browse files

dm: remove unused dm_get_rq_mapinfo()



Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent 6acfe68b
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -106,14 +106,6 @@ struct dm_rq_clone_bio_info {
	struct bio clone;
};

union map_info *dm_get_rq_mapinfo(struct request *rq)
{
	if (rq && rq->end_io_data)
		return &((struct dm_rq_target_io *)rq->end_io_data)->info;
	return NULL;
}
EXPORT_SYMBOL_GPL(dm_get_rq_mapinfo);

#define MINOR_ALLOCED ((void *)-1)

/*