https://github.com/torvalds/linux
Revision 914616a3c2a54504f3b0eda0b67fcd32226b3e83 authored by Tejun Heo on 25 June 2007, 12:47:11 UTC, committed by Jeff Garzik on 27 June 2007, 06:44:21 UTC
When EH gives up after repeated exceptions, it doesn't't clear the
PENDING bit on exit which leaves PENDING bit set without EH actually
scheduled.  This makes ata_port_wait_eh() to wait forever makes rmmod
hang on such port.  Fix it by clearing the flag.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent 09d7f9b
History
Tip revision: 914616a3c2a54504f3b0eda0b67fcd32226b3e83 authored by Tejun Heo on 25 June 2007, 12:47:11 UTC
libata: fix infinite EH waiting bug
Tip revision: 914616a
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 572 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 89.3 KB
Kbuild -rw-r--r-- 1.5 KB
MAINTAINERS -rw-r--r-- 87.8 KB
Makefile -rw-r--r-- 49.2 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top