Re: [PATCH #upstream-fixes] libata: fix n_sectors failure handling during revalidation

2007-08-23 Thread Jeff Garzik
Tejun Heo wrote: 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.

Re: [PATCH #upstream-fixes] libata: fix n_sectors failure handling during revalidation

2007-08-15 Thread Alan Cox
On Thu, 16 Aug 2007 03:02:22 +0900 Tejun Heo [EMAIL PROTECTED] wrote: 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

[PATCH #upstream-fixes] libata: fix n_sectors failure handling during revalidation

2007-08-15 Thread Tejun Heo
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