]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ide: Fix code dealing with sleeping devices in do_ide_request()
authorElias Oltmanns <eo@nebensachen.de>
Wed, 1 Apr 2009 17:05:08 +0000 (17:05 +0000)
committerChris Wright <chrisw@sous-sol.org>
Mon, 27 Apr 2009 17:36:51 +0000 (10:36 -0700)
commiteddabbbaa0f368e82e2a9ee26fa5610df722ac10
tree7ef094e1c0dce0291390b3aa4eb0a9ca9eaa39e8
parenta30c3616547f64cb4d2de780dc8854202a5e8355
ide: Fix code dealing with sleeping devices in do_ide_request()

upstream commit: 9010941c5483a7a5bb1f7d97ee62491fb078bb51

Unfortunately, I missed a catch when reviewing the patch committed as
201bffa4. Here is the fix to the currently broken handling of sleeping
devices. In particular, this is required to get the disk shock
protection code working again.

Reported-by: Christian Thaeter <ct@pipapo.org>
Cc: stable@kernel.org
Signed-off-by: Elias Oltmanns <eo@nebensachen.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/ide/ide-io.c