Skip to content

Commit

Permalink
block: unexport disk_map_sector_rcu
Browse files Browse the repository at this point in the history
disk_map_sector_rcu is not used by any modular code.

Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Christoph Hellwig authored and axboe committed Mar 25, 2020
1 parent 572e7fc commit a7818ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/genhd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a7818ae

Please sign in to comment.