commit | b54eebd673861136291b97e409a0f248b96e74ae | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Fri Aug 17 18:46:51 2007 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Thu Aug 23 05:34:05 2007 -0400 |
tree | 14ec79b827824ddd26fef89ac2db7324f7ada7fd | |
parent | 9edbdbea003b8be96e2f5d70515227d5fb32ad72 [diff] |
libata: don't check n_sectors during revalidation if zero If the initial configuration fails early, n_sectors is left at zero. Checking against it during revalidation makes retried configuration fail due to n_sectors mismatch. Ignore zero n_sectors during revalidation. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>