]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
dm-integrity: prefer synchronous hash interface
authorMikulas Patocka <mpatocka@redhat.com>
Wed, 17 Sep 2025 15:52:09 +0000 (17:52 +0200)
committerMikulas Patocka <mpatocka@redhat.com>
Tue, 23 Sep 2025 12:51:04 +0000 (14:51 +0200)
commit1cd83fb79083a2431f513956afca92b690ef11ad
tree16e0591c8fafc47f19c009668044421c9775abd0
parent5076d4599ce1702ab3615c7600504ba68df02168
dm-integrity: prefer synchronous hash interface

The previous patch preferred async interface for the purpose of testing.
However, the synchronous interface is faster, so it should be preferred.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
drivers/md/dm-integrity.c