Skip to content
Commit ea013a9b authored by Andreas Werner's avatar Andreas Werner Committed by Tejun Heo
Browse files

libata-eh.c: Introduce new ata port flag for controller which lockup on read log page



Some controller lockup on a ata_read_log_page.
Add new ata port flag ATA_FLAG_NO_LOG_PAGE which can used
to blacklist a controller.

If this flag is set, any attempt to read a log page returns an error
without actually issuing the command.

Signed-off-by: default avatarAndreas Werner <andreas.werner@men.de>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent d98f1cd0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment