[libata] Fix HDIO_DRIVE_* ioctl() Linux 3.9 regression
authorKrzysztof Mazur <krzysiek@podlesie.net>
Wed, 27 Mar 2013 12:51:14 +0000 (13:51 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 3 Apr 2013 23:48:49 +0000 (19:48 -0400)
On Mon, Mar 25, 2013 at 06:26:50PM +0100, Ronald wrote:
> In reply to [1]: I have the same issue. Git bisect took 50+ rebuilds xD
>
> Smartd does not work anymore since 84a9a8cd9 ([libata] Set proper SK
> when CK_COND is set.).

> [1] http://www.spinics.net/lists/linux-ide/msg45268.html

It seems that the SAM_STAT_CHECK_CONDITION is not cleared
causing -EIO, because that patch modified sensebuf and
the check for clearing SAM_STAT_CHECK_CONDITION is no longer valid.

Fix that.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

No differences found