summaryrefslogtreecommitdiff
path: root/MAINTAINERS
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:20:16 -0500
commit498df2401f22c4d3bc53c1556bcde77c5f54ba3f (patch)
tree07b638ccac5b01466a3925134a6c194b268b83b2 /MAINTAINERS
parente9a490937942f18205dac7b6b192975ef1369ae1 (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 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions