diff options
| author | Eric Biggers <ebiggers@kernel.org> | 2026-02-17 17:06:30 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers@kernel.org> | 2026-02-17 23:11:36 -0800 |
| commit | 5959495449caf325a0394602568e287f2b829818 (patch) | |
| tree | 37b7afcaf6b33e76ee2c46c5142d0d3dc653420c /fs | |
| parent | 78cdb14893614dc46a06fe075abf19e0d8eddc66 (diff) | |
| download | linux-next-5959495449caf325a0394602568e287f2b829818.tar.gz linux-next-5959495449caf325a0394602568e287f2b829818.zip | |
fsverity: remove fsverity_verify_page()
Now that fsverity_verify_page() has no callers, remove it.
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20260218010630.7407-4-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/verity/verify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/verity/verify.c b/fs/verity/verify.c index 31797f9b24d0..3e38749fbc82 100644 --- a/fs/verity/verify.c +++ b/fs/verity/verify.c @@ -433,8 +433,8 @@ EXPORT_SYMBOL_GPL(fsverity_verify_blocks); * This is a helper function for use by the ->readahead() method of filesystems * that issue bios to read data directly into the page cache. Filesystems that * populate the page cache without issuing bios (e.g. non block-based - * filesystems) must instead call fsverity_verify_page() directly on each page. - * All filesystems must also call fsverity_verify_page() on holes. + * filesystems) must instead call fsverity_verify_blocks() directly. All + * filesystems must also call fsverity_verify_blocks() on holes. */ void fsverity_verify_bio(struct fsverity_info *vi, struct bio *bio) { |
