Re: [PATCH 5/6] libata: Honor RQF_QUIET flag

2018-03-01 Thread Hannes Reinecke
On 03/01/2018 08:40 PM, Damien Le Moal wrote: > Currently, libata ignores requests RQF_QUIET flag and print error > messages for failed commands, regardless if this flag is set in the > command request. Fix this by introducing the ata_eh_quiet() function and > using this function in ata_eh_link_aut

[PATCH 5/6] libata: Honor RQF_QUIET flag

2018-03-01 Thread Damien Le Moal
Currently, libata ignores requests RQF_QUIET flag and print error messages for failed commands, regardless if this flag is set in the command request. Fix this by introducing the ata_eh_quiet() function and using this function in ata_eh_link_autopsy() to determine if the EH context should be quiet.