OSDN Git Service

ext4: Call fsverity_verify_folio()
authorMatthew Wilcox <willy@infradead.org>
Tue, 16 May 2023 19:27:13 +0000 (20:27 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 15 Jun 2023 04:02:10 +0000 (00:02 -0400)
commit0dea40aa315d01f5d0ffbd871483ea8a45c71f65
tree958e1a6d73653f47b438bafeb727d71eaee7fab3
parentd19500da4b8cfe1791e1583ab237c3213e1bd39c
ext4: Call fsverity_verify_folio()

Now that fsverity supports working on entire folios, call
fsverity_verify_folio() instead of fsverity_verify_page()

Reported-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Link: https://lore.kernel.org/r/20230516192713.1070469-1-willy@infradead.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/readpage.c