block: genhd.h cleanup patch
authorPetros Koutoupis <pkoutoupis@hydrasystemsllc.com>
Wed, 11 Mar 2009 09:49:35 +0000 (10:49 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 24 Mar 2009 11:35:17 +0000 (12:35 +0100)
commitd399228646e26db315d6233bed65ec9d08c57f57
treecce0d9935402ba38cb5d2dc2a71342720a9a013e
parent6d2a78e783416ba99e36beb1d4395b785b34e867
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: Petros Koutoupis <pkoutoupis@hydrasystemsllc.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
include/linux/genhd.h