libata: increase the timeout when setting transfer mode
authorMikulas Patocka <mpatocka@redhat.com>
Wed, 8 Jul 2015 17:06:12 +0000 (13:06 -0400)
committerTejun Heo <tj@kernel.org>
Wed, 15 Jul 2015 15:56:40 +0000 (11:56 -0400)
commitd531be2ca2f27cca5f041b6a140504999144a617
tree8422c4807b2f41708d3cd85eb26e3415368f7d2e
parentaf34d637637eabaf49406eb35c948cd51ba262a6
libata: increase the timeout when setting transfer mode

I have a ST4000DM000 disk. If Linux is booted while the disk is spun down,
the command that sets transfer mode causes the disk to spin up. The
spin-up takes longer than the default 5s timeout, so the command fails and
timeout is reported.

Fix this by increasing the timeout to 15s, which is enough for the disk to
spin up.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libata-core.c