Skip to content
Commit d3992286 authored by Petros Koutoupis's avatar Petros Koutoupis Committed by Jens Axboe
Browse files

block: genhd.h cleanup patch



In include/linux/genhd.h: Line 335 has a comment that needs to be updated from: /* drivers/block/ll_rw_blk.c */ to /* block/blk-core.c */. Also as of kernel 2.6.16, the function definition for get_blkdev_list was removed from block/genhd.c but the function declaration is still present on line 339. This patch addresses both those fixes, by updating the comment and removing the declaration.

Signed-off-by: default avatarPetros Koutoupis <pkoutoupis@hydrasystemsllc.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 6d2a78e7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment