diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2024-08-01 21:31:21 +0800 |
---|---|---|
committer | Mikulas Patocka <mpatocka@redhat.com> | 2024-08-21 13:12:12 +0200 |
commit | 013f510d1fce563f37f420bf231b065885a16f21 (patch) | |
tree | e3c32088640bcc586afc73ddbfa1d44fbc75a30d | |
parent | 448c4e4eb1901543259c038ed08266c250f5b079 (diff) |
dm: Remove unused declaration dm_get_rq_mapinfo()
Commit ae6ad75e5c3c ("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>
-rw-r--r-- | include/linux/device-mapper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h index 53ca3a913d06..8321f65897f3 100644 --- a/include/linux/device-mapper.h +++ b/include/linux/device-mapper.h @@ -524,7 +524,6 @@ int dm_post_suspending(struct dm_target *ti); int dm_noflush_suspending(struct dm_target *ti); void dm_accept_partial_bio(struct bio *bio, unsigned int n_sectors); void dm_submit_bio_remap(struct bio *clone, struct bio *tgt_clone); -union map_info *dm_get_rq_mapinfo(struct request *rq); #ifdef CONFIG_BLK_DEV_ZONED struct dm_report_zones_args { |