From: Bartlomiej Zolnierkiewicz Date: Fri, 17 Oct 2008 16:09:10 +0000 (+0200) Subject: ide-floppy: use drive->capacity64 for caching current capacity X-Git-Tag: v2.6.28-rc1~83^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f84083bbb7d206c8555e5834a2c9b887452fd54;p=pandora-kernel.git ide-floppy: use drive->capacity64 for caching current capacity * Use drive->capacity64 for caching current capacity. * Switch ide_floppy_capacity() to use drive->capacity64. * Call set_capacity() in idefloppy_open() and ide_floppy_probe() instead of ide_floppy_get_capacity(). There should be no functional changes caused by this patch. Cc: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed