projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
572e7fc
)
block: unexport disk_map_sector_rcu
author
Christoph Hellwig
<hch@lst.de>
Wed, 25 Mar 2020 15:48:38 +0000
(16:48 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Wed, 25 Mar 2020 15:50:08 +0000
(09:50 -0600)
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>
block/genhd.c
patch
|
blob
|
history
diff --git
a/block/genhd.c
b/block/genhd.c
index 0ee74b7e01f46aaf4596bd8da88c48ff383f4e37..1e4855c8265acdeb2ed0fd0d232bc6d260826fb8 100644
(file)
--- 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.