aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-03-25 16:48:38 +0100
committerJens Axboe <axboe@kernel.dk>2020-03-25 09:50:08 -0600
commita7818aedda7101f2270d5495aa4c4114b13510bd (patch)
tree9598057368b7cb0333b04e0f3fcadd9feda37de8 /block
parentblock: unexport disk_get_part (diff)
downloadwireguard-linux-a7818aedda7101f2270d5495aa4c4114b13510bd.tar.xz
wireguard-linux-a7818aedda7101f2270d5495aa4c4114b13510bd.zip
block: unexport disk_map_sector_rcu
disk_map_sector_rcu is not used by any modular code. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r--block/genhd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/genhd.c b/block/genhd.c
index 0ee74b7e01f4..1e4855c8265a 100644
--- a/block/genhd.c
+++ b/block/genhd.c
@@ -372,7 +372,6 @@ struct hd_struct *disk_map_sector_rcu(struct gendisk *disk, sector_t sector)
}
return &disk->part0;
}
-EXPORT_SYMBOL_GPL(disk_map_sector_rcu);
/*
* Can be deleted altogether. Later.