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 <[email protected]> Reviewed-by: Damien Le Moal <[email protected]> Signed-off-by: Mikulas Patocka <[email protected]>
1 parent 448c4e4 commit 013f510

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)