]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dm flakey: fix reads to be issued if drop_writes configured
authorMike Snitzer <snitzer@redhat.com>
Thu, 25 Aug 2016 01:12:58 +0000 (21:12 -0400)
committerChuck Anderson <chuck.anderson@oracle.com>
Sun, 26 Feb 2017 23:19:12 +0000 (15:19 -0800)
commite9aa31954a5524bddec1738def85a88160478242
treebd6e89b96b5c47a3ee0ea0df5ed8c3f6bafc8e87
parent4f25a9873b7daebe9bd0360253c5287b528883e1
dm flakey: fix reads to be issued if drop_writes configured

v4.8-rc3 commit 99f3c90d0d ("dm flakey: error READ bios during the
down_interval") overlooked the 'drop_writes' feature, which is meant to
allow reads to be issued rather than errored, during the down_interval.

Fixes: 99f3c90d0d ("dm flakey: error READ bios during the down_interval")
Orabug: 25444528

Reported-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Aniket Alshi <aniket.alshi@oracle.com>
Reviewed-by: Jack Vogel <jack.vogel@oracle.com>
drivers/md/dm-flakey.c