Skip to content

Commit

Permalink
block: genhd.h cleanup patch
Browse files Browse the repository at this point in the history
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: Petros Koutoupis <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Petros Koutoupis authored and Jens Axboe committed Mar 24, 2009
1 parent 6d2a78e commit d399228
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/linux/genhd.h
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,10 @@ static inline void part_dec_in_flight(struct hd_struct *part)
part_to_disk(part)->part0.in_flight--;
}

/* drivers/block/ll_rw_blk.c */
/* block/blk-core.c */
extern void part_round_stats(int cpu, struct hd_struct *part);

/* block/genhd.c */
extern int get_blkdev_list(char *, int);
extern void add_disk(struct gendisk *disk);
extern void del_gendisk(struct gendisk *gp);
extern void unlink_gendisk(struct gendisk *gp);
Expand Down

0 comments on commit d399228

Please sign in to comment.