From: Petros Koutoupis Date: Tue, 10 Mar 2009 07:25:54 +0000 (+0100) Subject: block: genhd.h comment needs updating X-Git-Tag: v2.6.30-rc1~660^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32ca163c9cdb33151d79e95a7cf244f62b5d4418;p=pandora-kernel.git 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed