Skip to content

Commit 013f510

Browse files
Yue HaibingMikulas Patocka
authored andcommitted
dm: Remove unused declaration dm_get_rq_mapinfo()
Commit ae6ad75 ("dm: remove unused dm_get_rq_mapinfo()") removed the implementation but leave declaration. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Reviewed-by: Damien Le Moal <dlemoal@kernel.org> Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
1 parent 448c4e4 commit 013f510

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/linux/device-mapper.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ int dm_post_suspending(struct dm_target *ti);
524524
int dm_noflush_suspending(struct dm_target *ti);
525525
void dm_accept_partial_bio(struct bio *bio, unsigned int n_sectors);
526526
void dm_submit_bio_remap(struct bio *clone, struct bio *tgt_clone);
527-
union map_info *dm_get_rq_mapinfo(struct request *rq);
528527

529528
#ifdef CONFIG_BLK_DEV_ZONED
530529
struct dm_report_zones_args {

0 commit comments

Comments
 (0)