Commit 32ca163c authored by Petros Koutoupis's avatar Petros Koutoupis Committed by Jens Axboe

block: genhd.h comment needs updating

The include/linux/genhd.h file, on line 338-352 declares some function
prototypes in which the comment on line 338 states that the definition of
these prototypes are to be found at drivers/block/genhd.c. The problem is
that genhd.c has been relocated to block/genhd.c. See attached patch to
correct this minor cosmetic typo.
Signed-off-by: default avatarPetros Koutoupis <pkoutoupis@hydrasystemsllc.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 50e17493
......@@ -336,7 +336,7 @@ static inline void part_dec_in_flight(struct hd_struct *part)
/* drivers/block/ll_rw_blk.c */
extern void part_round_stats(int cpu, struct hd_struct *part);
/* drivers/block/genhd.c */
/* block/genhd.c */
extern int get_blkdev_list(char *, int);
extern void add_disk(struct gendisk *disk);
extern void del_gendisk(struct gendisk *gp);
......
Markdown is supported
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