summaryrefslogtreecommitdiff
path: root/tools/lib/python/kdoc
diff options
context:
space:
mode:
authorMikulas Patocka <mpatocka@redhat.com>2026-01-12 21:15:27 +0100
committerSasha Levin <sashal@kernel.org>2026-03-04 07:21:13 -0500
commit79313430175e54a7b587584236af49e457da7be9 (patch)
treea5b7f7accfed2792137eb0b8fdce6a1cfc7e870f /tools/lib/python/kdoc
parent1c957773063ed3264953597e32990a748381caf6 (diff)
dm-integrity: fix a typo in the code for write/discard race
[ Upstream commit c698b7f417801fcd79f0dc844250b3361d38e6b8 ] If we send a write followed by a discard, it may be possible that the discarded data end up being overwritten by the previous write from the journal. The code tries to prevent that, but there was a typo in this logic that made it not being activated as it should be. Note that if we end up here the second time (when discard_retried is true), it means that the write bio is actually racing with the discard bio, and in this situation it is not specified which of them should win. Cc: stable@vger.kernel.org Fixes: 31843edab7cb ("dm integrity: improve discard in journal mode") Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools/lib/python/kdoc')
0 files changed, 0 insertions, 0 deletions