diff options
author | Petros Koutoupis <pkoutoupis@hydrasystemsllc.com> | 2009-03-10 03:25:54 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-03-24 07:35:17 -0400 |
commit | 32ca163c9cdb33151d79e95a7cf244f62b5d4418 (patch) | |
tree | 592f46b5a06ab48354652a71588020b858627428 /include/linux/genhd.h | |
parent | 50e174931051bf4849cd7931667bb0a4d681ff60 (diff) |
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: Petros Koutoupis <pkoutoupis@hydrasystemsllc.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/linux/genhd.h')
-rw-r--r-- | include/linux/genhd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h index 16948eaecae3..56946b21ab78 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h | |||
@@ -336,7 +336,7 @@ static inline void part_dec_in_flight(struct hd_struct *part) | |||
336 | /* drivers/block/ll_rw_blk.c */ | 336 | /* drivers/block/ll_rw_blk.c */ |
337 | extern void part_round_stats(int cpu, struct hd_struct *part); | 337 | extern void part_round_stats(int cpu, struct hd_struct *part); |
338 | 338 | ||
339 | /* drivers/block/genhd.c */ | 339 | /* block/genhd.c */ |
340 | extern int get_blkdev_list(char *, int); | 340 | extern int get_blkdev_list(char *, int); |
341 | extern void add_disk(struct gendisk *disk); | 341 | extern void add_disk(struct gendisk *disk); |
342 | extern void del_gendisk(struct gendisk *gp); | 342 | extern void del_gendisk(struct gendisk *gp); |