]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
libata: fix n_sectors failure handling during revalidation
authorTejun Heo <htejun@gmail.com>
Wed, 15 Aug 2007 18:02:22 +0000 (03:02 +0900)
committerJeff Garzik <jeff@garzik.org>
Thu, 23 Aug 2007 09:23:14 +0000 (05:23 -0400)
commit8270bec40075eec9df8778c1d5da36ef0e535176
treedcf47e96b54c29e8674b78c4f4acee32a1faa2cd
parentb377fd3982ad957c796758a90e2988401a884241
libata: fix n_sectors failure handling during revalidation

If revalidation fails because device has different n_sectors after
configuration the original n_sectors should be restored before failing
revalidation.  Without this fix, n_sectors difference will incorrectly
and silently pass revalidation when revalidation is retried.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-core.c